fixed polkit

This commit is contained in:
Senior Matt
2026-04-01 11:53:26 +05:00
parent 82cf68b487
commit fe42f01585
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -278,9 +278,9 @@ layout {
spawn-at-startup "waybar" // Bar.
spawn-at-startup "dunst" // Notification daemon.
spawn-sh-at-startup "wlsunset -l 43.2 -L 76.9 -t 5000" // Night light utility.
spawn-sh-at-startup "swaybg -i /home/matthew/pictures/iriza-katou.jpg" // Wallpaper utility.
spawn-sh-at-startup "wal -i /home/matthew/pictures/iriza-katou.jpg --cols16 --saturate 0.15"
spawn-sh-at-startup "matugen image /home/matthew/pictures/iriza-katou.jpg";
spawn-sh-at-startup "swaybg -i /home/matthew/Pictures/iriza-katou.jpg" // Wallpaper utility.
spawn-sh-at-startup "wal -i /home/matthew/Pictures/iriza-katou.jpg --cols16 --saturate 0.15"
spawn-sh-at-startup "matugen image /home/matthew/Pictures/iriza-katou.jpg";
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
+2
View File
@@ -11,6 +11,7 @@
programs.niri.enable = true;
# services.displayManager.gdm.enable = true;
services.displayManager.ly.enable = true;
security.polkit.enable = true; # Enable polkit.
services.udisks2.enable = true; # Removable media.
services.gvfs.enable = true; # Nautilus mount and trash support.
@@ -67,6 +68,7 @@
# Set GTK theme.
gtk = {
enable = true;
gtk4.theme = null;
theme = {
name = "adw-gtk3-dark";
package = pkgs.adw-gtk3;