trial crywl (personal dwl fork)

This commit is contained in:
Emile Clark-Boman 2025-08-31 15:12:18 +10:00
parent ec542cc738
commit 1c0ee94532
2 changed files with 122 additions and 4 deletions

View file

@ -17,6 +17,7 @@ in {
../modules/wm/hyprland.nix
# ../modules/wm/river.nix
../modules/wm/crywl.nix
../modules/steam.nix
../modules/obsidian.nix
@ -208,6 +209,7 @@ in {
# ---- SYSTEM PACKAGES -----
environment.systemPackages = with pkgs; [
# User Environment
# crywl
swww
helvum
easyeffects
@ -312,13 +314,13 @@ in {
];
programs = {
hyprland = {
crywl = {
enable = true;
withUWSM = true; # Universal Wayland Session Manager
xwayland.enable = true;
xwayland.enable = false;
defaultSession = false;
useUnmodifiedDWL = false;
};
zsh.enable = true;
fish.enable = true;
nix-ld.enable = true;