diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-10-24 18:08:38 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-10-24 18:08:38 +0000 |
| commit | 9c0be848c5f1e810b8e781c9a0816f16a799dac4 (patch) | |
| tree | 040c51105ef783c8e0c00dd416c3a000f3540206 /modules | |
| parent | added atuin to dots (diff) | |
moved non-full-de packages to labwc
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/client/labwc/default.nix | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/modules/client/labwc/default.nix b/modules/client/labwc/default.nix index 6512e7d..87f923b 100644 --- a/modules/client/labwc/default.nix +++ b/modules/client/labwc/default.nix @@ -1,5 +1,5 @@ { config, pkgs, ... }: -# Set up a complete labwc instance system-side +# Set up a complete labwc-based DE { imports = [ ../thunar @@ -32,6 +32,25 @@ }; }; + # user-level packages for user + home.packages = with pkgs; [ + bemenu + featherpad + ghostty + gparted + grim + imv + j4-dmenu-desktop + mako + mpv + nextcloud-client + pavucontrol + slurp + swappy + wbg + wlr-randr + ]; + # Hide stderror and bootlogs from filling tuigreet systemd.services.greetd.serviceConfig = { Type = "idle"; |
