This commit is contained in:
Your Name 2026-05-26 21:04:55 +02:00
parent 8bd789c6e8
commit 573478972a
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,6 @@
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). # https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
imports = imports =
[ [
@ -50,7 +49,7 @@
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
noto-fonts noto-fonts
noto-fonts-emoji noto-fonts-color-emoji
corefonts corefonts
]; ];
@ -98,7 +97,7 @@
xdg.autostart = { xdg.autostart = {
enable = true; enable = true;
entries = [ "${pkgs.nextcloud-client}/share/application/com.nextcloud.desktopclient.nextcloud.desktop" ]; # entries = [ "${pkgs.nextcloud-client}/share/application/com.nextcloud.desktopclient.nextcloud.desktop" ];
}; };

View File

@ -35,10 +35,11 @@
"Desktop" "Desktop"
"Pictures" "Pictures"
"nixconf" "nixconf"
".config/Nextcloud"
]; ];
files = [ files = [
".config/autostart/Nextcloud.desktop"
]; ];
}; };
}; };