updates and git config

This commit is contained in:
lucyy 2025-12-05 14:01:11 +01:00
parent c02b368ecb
commit fbf6c850c9
4 changed files with 15 additions and 4 deletions

View File

@ -134,8 +134,18 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
openssl openssl
fastfetch fastfetch
polkit_gnome
]; ];
programs.git.enable = true; 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 # Some programs need SUID wrappers, can be configured further or are
# started in user sessions. # started in user sessions.

View File

@ -59,7 +59,7 @@
"bind" = [ "bind" = [
"$mod, Return, exec, foot" "$mod, Return, exec, foot"
"$mod, space, exec, wofi --show drun" "$mod, space, exec, fuzzel"
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, v, togglefloating" "$mod, v, togglefloating"
"$mod, w, exec, waypaper" "$mod, w, exec, waypaper"

View File

@ -17,10 +17,11 @@
evince evince
dconf dconf
fd fd
wofi
ripgrep ripgrep
gnumake
stlink
gcc-arm-embedded
]; ];
programs.git = { programs.git = {
enable = true; enable = true;
settings = { settings = {

View File

@ -70,9 +70,9 @@
modules-left = [ modules-left = [
"hyprland/workspaces" "hyprland/workspaces"
"hyprland/window" "hyprland/window"
"mpris"
]; ];
modules-right = [ modules-right = [
"mpris"
"backlight" "backlight"
"pulseaudio" "pulseaudio"
"upower" "upower"