fix
This commit is contained in:
parent
8bd789c6e8
commit
573478972a
@ -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" ];
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -35,10 +35,11 @@
|
||||
"Desktop"
|
||||
"Pictures"
|
||||
"nixconf"
|
||||
".config/Nextcloud"
|
||||
];
|
||||
|
||||
files = [
|
||||
|
||||
".config/autostart/Nextcloud.desktop"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user