This commit is contained in:
Spectre 2025-03-16 22:29:21 +01:00
parent b680a9fb53
commit d0cfc40985
2 changed files with 6 additions and 3 deletions

View file

@ -9,13 +9,14 @@
./env.nix
./firefox
#zen-browser (WIP)
# ./firefox
./alacritty.nix
./clipman.nix
./common.nix
./direnv.nix
# ./firefox.nix
./firefox.nix
./fzf.nix
./git.nix
./gpg.nix
@ -25,7 +26,7 @@
./sops.nix
./ssh.nix
./stylix.nix
./thunderbird.nix
# ./thunderbird.nix
./zsh
];
}

View file

@ -1,6 +1,8 @@
{lib, ...}: let
mkHostOverride = lib.mkOverride 75;
in {
system.stateVersion = "24.11";
desktop.enable = true;
gaming.enable = false;
nfs.client.enable = true;