Move i3.nix to new folder
This commit is contained in:
parent
a7d087bf9c
commit
65edfe5cc4
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue