nix(home-manager): manage kitty.conf
This commit is contained in:
parent
9fb00ca123
commit
67a517cb6a
4
home.nix
4
home.nix
@ -39,6 +39,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
".config/kitty/kitty.conf" = {
|
||||||
|
source = .config/kitty/kitty.conf;
|
||||||
|
};
|
||||||
|
|
||||||
".local/bin/battery.sh" = {
|
".local/bin/battery.sh" = {
|
||||||
source = bin/battery.sh;
|
source = bin/battery.sh;
|
||||||
executable = true;
|
executable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user