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; [
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.

View File

@ -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"

View File

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

View File

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