updates and git config
This commit is contained in:
parent
c02b368ecb
commit
fbf6c850c9
@ -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.
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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 = {
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user