From fbf6c850c9e3b466e6a3ef15b416f7fbeff00250 Mon Sep 17 00:00:00 2001 From: lucyy Date: Fri, 5 Dec 2025 14:01:11 +0100 Subject: [PATCH] updates and git config --- configuration.nix | 10 ++++++++++ home/hyprland.nix | 2 +- home/programs.nix | 5 +++-- home/waybar.nix | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 7414710..3f9f460 100644 --- a/configuration.nix +++ b/configuration.nix @@ -134,8 +134,18 @@ environment.systemPackages = with pkgs; [ openssl fastfetch + polkit_gnome ]; programs.git.enable = true; + systemd.user.services.polkit-gnome-authentication-agent-1 = { + description = "polkit-gnome-authentication-agent-1"; + wantedBy = [ "graphical-session.target" ]; + serviceConfig = { + Type = "simple"; + ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; + Restart = "on-failure"; + }; + }; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. diff --git a/home/hyprland.nix b/home/hyprland.nix index e3a1e2d..4f5d27f 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -59,7 +59,7 @@ "bind" = [ "$mod, Return, exec, foot" - "$mod, space, exec, wofi --show drun" + "$mod, space, exec, fuzzel" "$mod, Q, killactive" "$mod, v, togglefloating" "$mod, w, exec, waypaper" diff --git a/home/programs.nix b/home/programs.nix index e8eff7b..1cd6091 100644 --- a/home/programs.nix +++ b/home/programs.nix @@ -17,10 +17,11 @@ evince dconf fd - wofi ripgrep + gnumake + stlink + gcc-arm-embedded ]; - programs.git = { enable = true; settings = { diff --git a/home/waybar.nix b/home/waybar.nix index e8976b3..d682bb9 100644 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -70,9 +70,9 @@ modules-left = [ "hyprland/workspaces" "hyprland/window" + "mpris" ]; modules-right = [ - "mpris" "backlight" "pulseaudio" "upower"