updates and git config
This commit is contained in:
parent
c02b368ecb
commit
fbf6c850c9
@ -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.
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -17,10 +17,11 @@
|
||||
evince
|
||||
dconf
|
||||
fd
|
||||
wofi
|
||||
ripgrep
|
||||
gnumake
|
||||
stlink
|
||||
gcc-arm-embedded
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
@ -70,9 +70,9 @@
|
||||
modules-left = [
|
||||
"hyprland/workspaces"
|
||||
"hyprland/window"
|
||||
"mpris"
|
||||
];
|
||||
modules-right = [
|
||||
"mpris"
|
||||
"backlight"
|
||||
"pulseaudio"
|
||||
"upower"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user