diff --git a/desktop.nix b/desktop.nix index 8d1ac00..57b1c73 100644 --- a/desktop.nix +++ b/desktop.nix @@ -59,7 +59,7 @@ in windowManager.i3 = { enable = true; configFile = "${ - (import ./i3.nix { + (import ./program-config-files/i3.nix { inherit config; inherit pkgs; }) diff --git a/i3.nix b/program-config-files/i3.nix similarity index 100% rename from i3.nix rename to program-config-files/i3.nix