Home Gen202 @ 2024-04-29-23:06

This commit is contained in:
Jonas Röger 2024-04-29 23:06:56 +02:00
parent c436d86d90
commit 858843e15a
2 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,7 @@
xwayland.enable = true; xwayland.enable = true;
}; };
home.packages = [ services.gnome-keyring.enable = true;
pkgs.libsForQt5.kwalletmanager
];
programs.wpaperd = { programs.wpaperd = {
enable = true; enable = true;

View File

@ -12,6 +12,8 @@ in {
"${pkgs.waybar}/bin/waybar &" "${pkgs.waybar}/bin/waybar &"
"${pkgs.networkmanagerapplet}/bin/nm-applet &" "${pkgs.networkmanagerapplet}/bin/nm-applet &"
"${pkgs.pasystray}/bin/pasystray &" "${pkgs.pasystray}/bin/pasystray &"
"${pkgs.pasystray}/bin/pasystray &"
"${pkgs.blueman}/bin/blueman-applet &"
]; ];
}; };
}; };