Update inputs

This commit is contained in:
Fabian Hauser 2025-01-06 14:27:13 +02:00
parent eb579e43b9
commit e9c53c3126
8 changed files with 246 additions and 47 deletions

View file

@ -39,7 +39,6 @@ rec {
wrapperFeatures = {
gtk = true;
};
catppuccin.enable = true;
extraSessionCommands = ''
#export XDG_CURRENT_DESKTOP=Unity
export XDG_CURRENT_DESKTOP=sway
@ -142,6 +141,7 @@ rec {
output "*" bg ${./mountain.jpg} fill
'';
};
catppuccin.sway.enable = true;
systemd.user.services.network-manager-applet = adhereTheSwayTarget;
systemd.user.services.nextcloud-client = adhereTheSwayTarget // {
@ -162,8 +162,8 @@ rec {
name = "hicolor";
};
gtk3.extraConfig.gtk-menu-images = true;
catppuccin.enable = true;
};
catppuccin.gtk.enable = true;
dconf.settings = {
"org/gnome/desktop/interface".menus-have-icons = true;