commit f1c944b7ae8de58cfc35bada92eb7090fab0b4c9
parent 7a7890742a7ceb2b138c6103eed7940d7afd4e7b
Author: breadcat <breadcat@users.noreply.github.com>
Date: Sun, 24 Aug 2025 12:39:23 +0100
Hyprland common packages
Diffstat:
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/common/hyprland.nix b/common/hyprland.nix
@@ -1,6 +1,11 @@
-{ username, ... }:
+{ pkgs, username, ... }:
{
+ environment.systemPackages = with pkgs; [
+ hyprcursor
+ hypridle
+ hyprland
+ ];
programs.hyprland.enable = true;
users.users.${username}.extraGroups = ["seat" "video"];
services.seatd.enable = true;
diff --git a/machines/arcadia.nix b/machines/arcadia.nix
@@ -17,7 +17,7 @@ in
(import ../common/autologin.nix {inherit username;})
../common/flakes.nix
../common/garbage.nix
- (import ../common/hyprland.nix {inherit username;})
+ (import ../common/hyprland.nix {inherit pkgs username;})
(import ../common/locale.nix {inherit config pkgs timezone;})
../common/mount-drives.nix
../common/nfs.nix
@@ -61,7 +61,6 @@ in
# Packages
environment.systemPackages = with pkgs; [
# duckstation
- hyprland
kodiPackages.inputstream-adaptive
kodi-wayland
moonlight-qt
diff --git a/machines/minerva.nix b/machines/minerva.nix
@@ -25,7 +25,7 @@ in {
../common/flakes.nix
../common/fonts.nix
../common/garbage.nix
- (import ../common/hyprland.nix {inherit username;})
+ (import ../common/hyprland.nix {inherit pkgs username;})
(import ../common/locale.nix {inherit timezone;})
../common/mount-drives.nix
../common/nfs.nix
@@ -76,9 +76,6 @@ in {
fzf
gallery-dl
glib
- hyprcursor
- hypridle
- hyprland
imagemagick
jre8
lf