pushing for review
This commit is contained in:
parent
786ca732aa
commit
dd67b2592c
72 changed files with 1142 additions and 1447 deletions
29
nixosModules/home_manager/default.nix
Normal file
29
nixosModules/home_manager/default.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{pkgs,config,...}:{
|
||||
imports = [
|
||||
./zsh.nix
|
||||
./alacritty.nix
|
||||
./direnv.nix
|
||||
./git.nix
|
||||
./helix.nix
|
||||
./ncspot.nix
|
||||
./rofi.nix
|
||||
./starship.nix
|
||||
./syncthing.nix
|
||||
./waybar.nix
|
||||
./zellij.nix
|
||||
./zoxide.nix
|
||||
];
|
||||
speccon18.home_manager.home-manager.enable = true;
|
||||
speccon18.home_manager.zsh.enable = true;
|
||||
speccon18.home_manager.alacritty.enable = false;
|
||||
speccon18.home_manager.direnv.enable = true;
|
||||
speccon18.home_manager.git.enable = true;
|
||||
speccon18.home_manager.helix.enable = true;
|
||||
speccon18.home_manager.ncspot.enable = true;
|
||||
speccon18.home_manager.rofi.enable = false;
|
||||
speccon18.home_manager.starship.enable = true;
|
||||
speccon18.home_manager.syncthing.enable = false;
|
||||
speccon18.home_manager.waybar.enable = false;
|
||||
speccon18.home_manager.zellij.enable = true;
|
||||
speccon18.home_manager.zoxide.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue