From 3e22925fde71955dea365761098194847a778508 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sun, 30 Mar 2025 13:18:56 +0200 Subject: [PATCH] nope --- common/home/default.nix | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/common/home/default.nix b/common/home/default.nix index 620d470..ac81d96 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -51,17 +51,13 @@ in ]; home = { - file = - { - # makes yubikey stuff work - ".gnupg/scdaemon.conf".text = "disable-ccid"; - # I don't want the directory directly in home, even though I only go to it via the symlink - "programming".source = - config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/"; - } - // lib.mkDefault { - ".gtkrc-2.0".force = true; - }; + file = { + # makes yubikey stuff work + ".gnupg/scdaemon.conf".text = "disable-ccid"; + # I don't want the directory directly in home, even though I only go to it via the symlink + "programming".source = + config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/Documents/programming/"; + }; # haha, now I can set my home folder like this homeDirectory = "/home/${me.nickname}"; # most actual packages are added via either programs or services...