Move i3 config to home module folder

This commit is contained in:
Julian Mutter 2024-02-01 13:28:29 +01:00
parent 0cf00f5fbf
commit 607ac75200
18 changed files with 4 additions and 5 deletions

View File

@ -30,13 +30,12 @@ in {
home.file = {
".config/i3" = {
source = ../../i3/i3;
recursive = true;
source = ./i3;
recursive = false;
};
".config/i3status-rust/config.toml".source =
../../i3/i3status-rust/config.toml;
".config/i3status-rust/config.toml".source = ./i3status-rust/config.toml;
};
home.file = { ".profile".source = ../../i3/.profile; };
home.file = { ".profile".source = ./.profile; };
};
}