Move i3.nix to new folder

This commit is contained in:
Vili Sinervä 2024-07-18 15:50:06 +03:00
parent a7d087bf9c
commit 65edfe5cc4
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 1 additions and 1 deletions

View file

@ -59,7 +59,7 @@ in
windowManager.i3 = { windowManager.i3 = {
enable = true; enable = true;
configFile = "${ configFile = "${
(import ./i3.nix { (import ./program-config-files/i3.nix {
inherit config; inherit config;
inherit pkgs; inherit pkgs;
}) })