diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:47:37 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-07-25 23:47:37 -0700 |
| commit | cf45a3d4dccccb118760c0b3a06014def8748ce7 (patch) | |
| tree | 2f94cc026c8a42d9dca31f054bb065c5380aa62c /hosts/phoenix | |
| parent | c0be0608d096a7ab45ea073e2607ddedcb073422 (diff) | |
roles: home: desktop: generate ~/.Xresources
Diffstat (limited to 'hosts/phoenix')
| -rw-r--r-- | hosts/phoenix/home.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/hosts/phoenix/home.nix b/hosts/phoenix/home.nix index 663b8e5..930774c 100644 --- a/hosts/phoenix/home.nix +++ b/hosts/phoenix/home.nix @@ -54,10 +54,6 @@ ".local/share/lutris" ".local/share/PrismLauncher" ]; - - files = [ - ".Xresources" - ]; }; home.roles = { @@ -65,7 +61,7 @@ enable = true; key = ""; #TODO: create signing key for phoenix }; - + desktop.enable = true; }; @@ -96,8 +92,6 @@ pfetch - kdePackages.breeze - qbittorrent jellyfin-media-player |