diff options
| author | Dominik Kaiser | 2025-08-21 15:58:40 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2025-08-21 15:58:40 +0200 |
| commit | a3f075cc879be241659507ee6d046bcc44b6bc81 (patch) | |
| tree | b0056657e2ad350c8a472818ac462058c60d6a07 /home | |
| parent | 5206cd5d70e8a491cbe59f934c943eaff4c1bd2f (diff) | |
| download | nixos-a3f075cc879be241659507ee6d046bcc44b6bc81.tar.gz nixos-a3f075cc879be241659507ee6d046bcc44b6bc81.zip | |
Add .Xresources
Diffstat (limited to 'home')
| -rw-r--r-- | home/dk/sol.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/dk/sol.nix b/home/dk/sol.nix index a870184..57d9f83 100644 --- a/home/dk/sol.nix +++ b/home/dk/sol.nix @@ -108,6 +108,11 @@ ]; }; + home.file.".Xresources" = { + enable = true; + source = ../../dotfiles/xresources; + }; + # Nicely reload system units when changing configs systemd.user.startServices = "sd-switch"; |
