prgrammatically enable sioyek, vesktop, claude, etc.
This commit is contained in:
parent
43f68c58a2
commit
9aac8350a5
8 changed files with 198 additions and 223 deletions
|
|
@ -15,9 +15,6 @@
|
|||
./modules/git.nix
|
||||
./modules/editor.nix
|
||||
./modules/hyprland.nix
|
||||
./modules/hyprlock.nix
|
||||
./modules/hypridle.nix
|
||||
./modules/hyprpaper.nix
|
||||
./modules/ui.nix
|
||||
./modules/packages.nix
|
||||
];
|
||||
|
|
@ -36,6 +33,10 @@
|
|||
home.sessionPath = [ "${config.home.homeDirectory}/.config/nix/scripts" ];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.zen.enable = true;
|
||||
programs.sioyek.enable = true;
|
||||
programs.vesktop.enable = true;
|
||||
programs.claude.enable = true;
|
||||
|
||||
systemd.user.services.nix-flake-update = {
|
||||
Unit.Description = "Update nix flake inputs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue