mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
phone: Move xdg.desktopEntries inside config
Should fix nix flake check.
This commit is contained in:
parent
514ff07848
commit
2dba93e179
@ -48,27 +48,27 @@ in
|
||||
xresources
|
||||
;
|
||||
|
||||
xdg.desktopEntries = {
|
||||
htop = no;
|
||||
fish = no;
|
||||
nvim = no;
|
||||
yazi = no;
|
||||
gcdemu = no;
|
||||
mullvad-vpn = no;
|
||||
nixos-manual = no;
|
||||
image-analyzer = no;
|
||||
activate-linux = no;
|
||||
|
||||
"org.gnome.Extensions" = no;
|
||||
"org.pwmt.zathura" = no;
|
||||
"org.gnome.eog" = no;
|
||||
"org.gnome.Settings" = no;
|
||||
"org.sigxcpu.Livi" = no;
|
||||
};
|
||||
|
||||
config = {
|
||||
programs.man.generateCaches = mkForce false;
|
||||
|
||||
xdg.desktopEntries = {
|
||||
htop = no;
|
||||
fish = no;
|
||||
nvim = no;
|
||||
yazi = no;
|
||||
gcdemu = no;
|
||||
mullvad-vpn = no;
|
||||
nixos-manual = no;
|
||||
image-analyzer = no;
|
||||
activate-linux = no;
|
||||
|
||||
"org.gnome.Extensions" = no;
|
||||
"org.pwmt.zathura" = no;
|
||||
"org.gnome.eog" = no;
|
||||
"org.gnome.Settings" = no;
|
||||
"org.sigxcpu.Livi" = no;
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
download = mkForce null;
|
||||
documents = mkForce null;
|
||||
|
Loading…
Reference in New Issue
Block a user