Regenerated

This commit is contained in:
2026-04-20 19:13:55 +02:00
parent b73c206ee5
commit 8314ba348d
3 changed files with 370 additions and 370 deletions
@@ -1,7 +1,7 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ config, pkgs, ... }:
let
username = "henrov";
username = config.defaultUser or "henrov";
in
{
environment.systemPackages = with pkgs; [
@@ -18,7 +18,7 @@ in
};
};
systemd.users.userLinger = [${username}];
systemd.users.userLinger = ["${username}"];
# Hyprland config (if managed via Nix)
programs.hyprland = {