kitty from dotfiles to nix
This commit is contained in:
@@ -5,12 +5,15 @@
|
||||
[
|
||||
../../modules/home-manager/webapps.nix
|
||||
../../modules/home-manager/lf/lf.nix
|
||||
../../modules/home-manager/kitty.nix
|
||||
];
|
||||
|
||||
smayzy.webapps.enable = true;
|
||||
|
||||
smayzy.lf.enable = true;
|
||||
|
||||
smayzy.kitty.enable = true;
|
||||
|
||||
home.username = "smayzy";
|
||||
home.homeDirectory = "/home/smayzy";
|
||||
home.stateVersion = "25.05";
|
||||
@@ -24,10 +27,6 @@
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
".config/kitty/kitty.conf" = {
|
||||
source = builtins.toPath ../../dotfiles/kitty.conf;
|
||||
force = true;
|
||||
};
|
||||
".config/mako/config" = {
|
||||
source = builtins.toPath ../../dotfiles/mako/config;
|
||||
force = true;
|
||||
|
||||
Reference in New Issue
Block a user