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,6 +48,9 @@ in
|
||||
xresources
|
||||
;
|
||||
|
||||
config = {
|
||||
programs.man.generateCaches = mkForce false;
|
||||
|
||||
xdg.desktopEntries = {
|
||||
htop = no;
|
||||
fish = no;
|
||||
@ -66,9 +69,6 @@ in
|
||||
"org.sigxcpu.Livi" = no;
|
||||
};
|
||||
|
||||
config = {
|
||||
programs.man.generateCaches = mkForce false;
|
||||
|
||||
xdg.userDirs = {
|
||||
download = mkForce null;
|
||||
documents = mkForce null;
|
||||
|
Loading…
Reference in New Issue
Block a user