Skip to content

Commit

Permalink
phone: Move xdg.desktopEntries inside config
Browse files Browse the repository at this point in the history
Should fix nix flake check.
  • Loading branch information
donovanglover committed Aug 9, 2024
1 parent 514ff07 commit 2dba93e
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions hosts/phone/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2dba93e

Please sign in to comment.