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