Move i3 config to home module folder
This commit is contained in:
parent
0cf00f5fbf
commit
607ac75200
@ -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; };
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user