From 65edfe5cc4291d623618ebecae9b468a6754d472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Thu, 18 Jul 2024 15:50:06 +0300 Subject: [PATCH] Move i3.nix to new folder --- desktop.nix | 2 +- i3.nix => program-config-files/i3.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename i3.nix => program-config-files/i3.nix (100%) 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