kardorf: fix i3 config file path option

This commit is contained in:
2024-06-06 11:17:43 +02:00
parent bed82ccb1e
commit 24b079937c
2 changed files with 7 additions and 10 deletions

View File

@ -33,10 +33,7 @@ config, ... }: {
neovim.enable = true;
alacritty.enable = true;
emacs.enable = true;
i3 = {
enable = true;
config-file = ../../../modules/home/i3/i3/config-kardorf;
};
i3 = { enable = true; };
rofi.enable = true;
};