add initial user pw and work on other stuff

This commit is contained in:
Kopatz
2024-05-09 19:49:41 +02:00
parent 030162ac44
commit 8aabc73f3e
3 changed files with 30 additions and 20 deletions

View File

@@ -13,23 +13,23 @@
mainUser.layout = "de";
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 = "plasma5";
start = ''
env ${pkgs.plasma-workspace}/bin/startplasma-x11
'';
}
];
#services.xserver.displayManager.session = [
# {
# manage = "desktop";
# name = "hyprland";
# start = ''
# ${lib.getExe pkgs.hyprland} &
# waitPID=$!
# '';
# }
# {
# manage = "desktop";
# name = "plasma5";
# start = ''
# env ${pkgs.plasma-workspace}/bin/startplasma-x11
# '';
# }
#];
# Bootloader.
boot.loader.systemd-boot.enable = true;