1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

applicative: limit to fatteh

This commit is contained in:
2026-01-25 13:47:28 +01:00
parent 16f8cfbf4c
commit eae1a7a71b
2 changed files with 1 additions and 1 deletions

View File

@@ -240,7 +240,6 @@ in
./vscode.nix ./vscode.nix
./wallpaper.nix ./wallpaper.nix
./zsh.nix ./zsh.nix
./applicative.nix
{ {
home-manager.users.me.home.file.".zshrc".text = '' home-manager.users.me.home.file.".zshrc".text = ''
# nothing to see here # nothing to see here

View File

@@ -6,6 +6,7 @@
{ {
imports = [ imports = [
./cuda.nix ./cuda.nix
./applicative.nix
./hardware-configuration.nix ./hardware-configuration.nix
../../configs/networkmanager.nix ../../configs/networkmanager.nix
../../configs/default.nix ../../configs/default.nix