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...