Remove support for non-nixos installations
This commit is contained in:
parent
0898c67a5a
commit
49ebf1155e
12 changed files with 0 additions and 92 deletions
|
@ -1,4 +0,0 @@
|
|||
This user is a standalone home-manager user which I use for
|
||||
systems that are not NixOS but still make use of home-manager.
|
||||
You should not import this user when running NixOS.
|
||||
|
|
@ -1 +0,0 @@
|
|||
/home/i/Projects/nixos-system-config/users/i/home-manager
|
|
@ -1,28 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "i";
|
||||
home.homeDirectory = "/home/i";
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
home.file.".zshenv" = {
|
||||
text = "source ~/.nix-profile/etc/profile.d/hm-session-vars.sh";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
imports = [
|
||||
./shared_packages/nvim/neovim.nix
|
||||
./shared_packages/zsh/zsh-home.nix
|
||||
./packages/neovim.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
act
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
/* Because programs.neovim.extraPackages doesn't work */
|
||||
home.packages = with pkgs; [
|
||||
lua-language-server
|
||||
nodePackages.intelephense
|
||||
nodePackages.typescript-language-server
|
||||
clang-tools
|
||||
ripgrep
|
||||
nil
|
||||
gcc
|
||||
basedpyright
|
||||
];
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
../../../hu/packages/nvim
|
|
@ -1 +0,0 @@
|
|||
../../../hu/packages/zsh
|
|
@ -1 +0,0 @@
|
|||
/home/i/Projects/nixos-system-config/users/i/nix
|
|
@ -1 +0,0 @@
|
|||
experimental-features = nix-command flakes
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
allowUnfree = true;
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
/home/i/Projects/nixos-system-config/users/i/nixpkgs
|
Loading…
Add table
Add a link
Reference in a new issue