From d8844ce058e5a71ab311cd67c165fa6452c99555 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:13:48 -0500 Subject: [PATCH] Add themes --- desktop/base.nix | 11 +++++++++++ desktop/hyprland.nix | 1 + 2 files changed, 12 insertions(+) create mode 100644 desktop/base.nix diff --git a/desktop/base.nix b/desktop/base.nix new file mode 100644 index 0000000..88cf284 --- /dev/null +++ b/desktop/base.nix @@ -0,0 +1,11 @@ +# +# Flatpak +# +{ config, lib, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + adwaita + breeze + ]; +} diff --git a/desktop/hyprland.nix b/desktop/hyprland.nix index e029921..56054b4 100644 --- a/desktop/hyprland.nix +++ b/desktop/hyprland.nix @@ -5,6 +5,7 @@ { imports = [ + ./base.nix ./flatpak.nix ./fonts.nix ./sddm.nix