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`).
{ config, lib, pkgs, ... }:
{
imports =
[
@ -50,7 +49,7 @@
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-emoji
noto-fonts-color-emoji
corefonts
];
@ -98,7 +97,7 @@
xdg.autostart = {
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"
"Pictures"
"nixconf"
".config/Nextcloud"
];
files = [
".config/autostart/Nextcloud.desktop"
];
};
};