pad
This commit is contained in:
parent
b680a9fb53
commit
d0cfc40985
2 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue