update
This commit is contained in:
15
hm/home.nix
15
hm/home.nix
@@ -34,7 +34,6 @@
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
targets.genericLinux.enable = true;
|
||||
xdg.enable = true;
|
||||
|
||||
home.packages = [
|
||||
pkgs.kitty
|
||||
@@ -44,8 +43,13 @@
|
||||
home.sessionVariables = {
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_SESSION_DESKTOP = "niri";
|
||||
GTK_ICON_THEME = "Papirus";
|
||||
};
|
||||
|
||||
gtk.iconTheme.name = "Papirus";
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
xdg.configFile."kitty" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/kitty";
|
||||
recursive = true;
|
||||
@@ -62,6 +66,15 @@
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/user-dirs.dirs";
|
||||
force = true;
|
||||
};
|
||||
|
||||
home.file.".local/share/icons/Transparent" = {
|
||||
source = builtins.path {
|
||||
path = ./Transparent;
|
||||
};
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
|
||||
# programs.zsh.enable = false;
|
||||
# programs.fish.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user