mirror of
https://github.com/artagaz/nix-config.git
synced 2026-06-24 02:01:32 +07:00
fixed polkit
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user