lazygit and a single comment

This commit is contained in:
Doloro1978
2025-09-26 10:42:00 +01:00
parent e60fd01ba3
commit b99b39dc7a
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@@ -43,6 +43,7 @@
vesktop vesktop
# spotify # spotify
pavucontrol pavucontrol
lazygit
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage
@@ -88,6 +89,7 @@
package = pkgs.arrpc; package = pkgs.arrpc;
}; };
}; };
# {{{{{ TODO Put in different file
systemd.user.services.pw-discordaudio-virtual-device = { systemd.user.services.pw-discordaudio-virtual-device = {
Install = { Install = {
WantedBy = [ "hyprland-session.target" ]; WantedBy = [ "hyprland-session.target" ];
@@ -110,6 +112,7 @@
''}"; ''}";
}; };
}; };
# }}}}}
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
programs.home-manager.enable = true; programs.home-manager.enable = true;
} }