Regenerated

This commit is contained in:
2026-04-20 19:16:12 +02:00
parent 8314ba348d
commit eaca264460
3 changed files with 377 additions and 376 deletions
@@ -1,7 +1,8 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ config, pkgs, ... }:
let
username = config.defaultUser or "henrov";
username = config.defaultUser or "henrov";
in
{
environment.systemPackages = with pkgs; [
@@ -20,10 +21,10 @@ in
systemd.users.userLinger = ["${username}"];
# Hyprland config (if managed via Nix)
# Hyprland config
programs.hyprland = {
enable = true;
config = {
settings = {
autostart = [
"systemctl --user start kdeconnect.service"
];