update gitconfig

This commit is contained in:
Kopatz
2024-05-10 11:13:49 +02:00
parent d2ad5c34f2
commit 58ac9e897c
2 changed files with 18 additions and 12 deletions

View File

@@ -60,14 +60,14 @@
mainUser.variant = "us";
age.identityPaths = [ /home/kopatz/.ssh/id_rsa ];
services.xserver.displayManager.session = [
{
manage = "desktop";
name = "hyprland";
start = ''
${lib.getExe pkgs.hyprland} &
waitPID=$!
'';
}
#{
# manage = "desktop";
# name = "hyprland";
# start = ''
# ${lib.getExe pkgs.hyprland} &
# waitPID=$!
# '';
#}
{
manage = "desktop";
name = "plasma5";