Move i3 config to home module folder
This commit is contained in:
parent
0cf00f5fbf
commit
607ac75200
@ -30,13 +30,12 @@ in {
|
|||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/i3" = {
|
".config/i3" = {
|
||||||
source = ../../i3/i3;
|
source = ./i3;
|
||||||
recursive = true;
|
recursive = false;
|
||||||
};
|
};
|
||||||
".config/i3status-rust/config.toml".source =
|
".config/i3status-rust/config.toml".source = ./i3status-rust/config.toml;
|
||||||
../../i3/i3status-rust/config.toml;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file = { ".profile".source = ../../i3/.profile; };
|
home.file = { ".profile".source = ./.profile; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user