From d4a8e60fa575285a5fa3c3354cef2a9cfd49f2fd Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 23 Jul 2023 21:13:33 -0500 Subject: [PATCH] move xdg settings to machine-specific config --- nix/common/home.nix | 5 ----- nix/machines/penguin/home.nix | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/nix/common/home.nix b/nix/common/home.nix index fe34be8..2e81baf 100644 --- a/nix/common/home.nix +++ b/nix/common/home.nix @@ -77,9 +77,4 @@ pull.ff = "only"; }; }; - - # XDG settings - xdg.enable = true; - xdg.mime.enable = true; - } diff --git a/nix/machines/penguin/home.nix b/nix/machines/penguin/home.nix index 1bc6cb7..e237a70 100644 --- a/nix/machines/penguin/home.nix +++ b/nix/machines/penguin/home.nix @@ -10,4 +10,8 @@ obsidian qFlipper ]; + + # XDG settings + xdg.enable = true; + xdg.mime.enable = true; }