cleanup, switch to nix-super
This commit is contained in:
parent
45425254bf
commit
3015395f82
11 changed files with 169 additions and 226 deletions
|
@ -38,7 +38,6 @@ in {
|
|||
./vali/temperance
|
||||
../modules
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -49,7 +48,6 @@ in {
|
|||
./vali/hermit
|
||||
../modules
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.lix-module.nixosModules.default
|
||||
inputs.nixos-hardware.nixosModules.dell-xps-15-7590-nvidia
|
||||
];
|
||||
};
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
# allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# Time Zone
|
||||
time.timeZone = "Europe/Zurich";
|
||||
# Select internationalisation properties.
|
||||
|
@ -38,7 +36,6 @@
|
|||
discord.enable = true;
|
||||
firefox.enable = true;
|
||||
# spotify.enable = true;
|
||||
zathura.enable = true;
|
||||
zellij.enable = true;
|
||||
terminals = {
|
||||
foot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue