diff options
Diffstat (limited to 'machines/enzo')
| -rw-r--r-- | machines/enzo/desktop.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/machines/enzo/desktop.nix b/machines/enzo/desktop.nix index 294fe41..1324d85 100644 --- a/machines/enzo/desktop.nix +++ b/machines/enzo/desktop.nix @@ -7,11 +7,8 @@ # --- Fonts: enzo's monospace (base font packages come from the shared profile) --- fonts.fontconfig.defaultFonts.monospace = [ "Adwaita Mono" ]; - # --- Cursor --- + # --- Shell state paths (cursor theme is shared — see ../../profiles/desktop.nix) --- environment.sessionVariables = { - XCURSOR_THEME = "Adwaita"; - XCURSOR_SIZE = "24"; - # TODO: move to dotfiles LESSHISTFILE = "$HOME/.local/state/lesshst"; HISTFILE = "$HOME/.local/state/bash_history"; @@ -20,7 +17,6 @@ nix.settings.use-xdg-base-directories = true; environment.systemPackages = with pkgs; [ - adwaita-icon-theme yambar # text status bar xdg-user-dirs ]; |
