mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 10:01:15 -05:00
Updating Envy's Config
This commit is contained in:
parent
29bea88533
commit
330ff4cc09
1 changed files with 18 additions and 1 deletions
|
|
@ -69,9 +69,12 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
discord.enable = true;
|
discord.enable = true;
|
||||||
element.enable = true;
|
element.enable = true;
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
|
kitty.enable = true;
|
||||||
netbird.enable = true;
|
netbird.enable = true;
|
||||||
prusa-slicer.enable = true;
|
openrgb.enable = false;
|
||||||
|
prusa-slicer.enable = false;
|
||||||
spotifyd.enable = true;
|
spotifyd.enable = true;
|
||||||
|
thunderbird.enable = true;
|
||||||
# Gaming
|
# Gaming
|
||||||
steam.enable = false;
|
steam.enable = false;
|
||||||
# Programming Stuff
|
# Programming Stuff
|
||||||
|
|
@ -80,6 +83,20 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
vscode.enable = true;
|
vscode.enable = true;
|
||||||
# Utilities
|
# Utilities
|
||||||
# git is not optional
|
# git is not optional
|
||||||
|
docker.enable = false;
|
||||||
|
yubikey.enable = true;
|
||||||
|
|
||||||
|
# TODO: Move this out
|
||||||
|
home-manager.users.annika = {
|
||||||
|
programs = {
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
bash.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue