refactor desktop modules

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent e667e36c4b
commit 4ea5ab0550
5 changed files with 15 additions and 9 deletions

View File

@@ -1,18 +1,11 @@
{ self, pkgs, ... }:
{ pkgs, ... }:
{
programs.niri.enable = true;
environment.systemPackages = with pkgs; [
brightnessctl
pavucontrol
playerctl
quickshell
swaybg
swaylock
tofi
wl-gammarelay-rs
xwayland-satellite
self.inputs.matugen.packages.${pkgs.system}.default
];
services.gnome.gnome-keyring.enable = true;