Update inputs
This commit is contained in:
parent
eb579e43b9
commit
e9c53c3126
8 changed files with 246 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue