diff options
Diffstat (limited to '')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 2 | ||||
-rw-r--r-- | modules/common/abstract-nord.png (renamed from flake/nixosConfigurations/abstract-nord.png) | bin | 140219 -> 140219 bytes | |||
-rw-r--r-- | modules/common/default.nix (renamed from flake/nixosConfigurations/common.nix) | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 59720c76..0c2f8c90 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -39,7 +39,7 @@ serverphone.nixosModules.default ../../modules - ./common.nix + ../../modules/common ]; specialArgs = { diff --git a/flake/nixosConfigurations/abstract-nord.png b/modules/common/abstract-nord.png index 5ef498bf..5ef498bf 100644 --- a/flake/nixosConfigurations/abstract-nord.png +++ b/modules/common/abstract-nord.png Binary files differdiff --git a/flake/nixosConfigurations/common.nix b/modules/common/default.nix index 46a02b72..232c329d 100644 --- a/flake/nixosConfigurations/common.nix +++ b/modules/common/default.nix @@ -182,6 +182,7 @@ ]; }; }; + mpv.enable = true; swaylock.enable = true; taskwarrior.enable = true; yambar.enable = true; |