mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +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
|
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 = {
|
config = {
|
||||||
programs.man.generateCaches = mkForce false;
|
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 = {
|
xdg.userDirs = {
|
||||||
download = mkForce null;
|
download = mkForce null;
|
||||||
documents = mkForce null;
|
documents = mkForce null;
|
||||||
|
Loading…
Reference in New Issue
Block a user