Compare commits

...

2 Commits

Author SHA1 Message Date
929ecd64b0 hurricane: 40 current 2025-06-19 17:22:37 25.05.20250617.36ab78d 6.15.2 *
nextcloud autostart service

hurricane: 41 current  2025-06-19 17:28:13  25.05.20250617.36ab78d     6.15.2                          *
2025-06-19 17:29:05 +02:00
fc36594f02 hurricane: 39 current 2025-06-19 17:14:29 25.05.20250617.36ab78d 6.15.2 *
add yq
2025-06-19 17:23:23 +02:00
3 changed files with 16 additions and 3 deletions

View File

@@ -25,9 +25,10 @@
./home/hyprland.nix # Hyprland window manager user config
./home/home-manager.nix # Base user environment
./home/hyprlock.nix # Hyprlock screen lock user config
./home/rofi.nix # Rofi user config
./home/ghostty.nix # Ghostty user config
./home/gtk.nix # GTK user config
./home/rofi.nix # Rofi theme/config
./home/ghostty.nix # Ghostty config
./home/gtk.nix # GTK theme
./home/nextcloud.nix # Nextcloud autostart
];
};

View File

@@ -0,0 +1,11 @@
{lib, ...}: {
services.nextcloud-client = {
enable = true;
startInBackground = true;
};
systemd.user.services.nextcloud-client = {
Unit = {
After = lib.mkForce "graphical-session.target";
};
};
}

View File

@@ -30,6 +30,7 @@ in {
# cli tools
jq
yq-go
pciutils
glxinfo
btop