mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -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;
|
||||
element.enable = true;
|
||||
firefox.enable = true;
|
||||
kitty.enable = true;
|
||||
netbird.enable = true;
|
||||
prusa-slicer.enable = true;
|
||||
openrgb.enable = false;
|
||||
prusa-slicer.enable = false;
|
||||
spotifyd.enable = true;
|
||||
thunderbird.enable = true;
|
||||
# Gaming
|
||||
steam.enable = false;
|
||||
# Programming Stuff
|
||||
|
|
@ -80,6 +83,20 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
vscode.enable = true;
|
||||
# Utilities
|
||||
# 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