diff options
| author | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
|---|---|---|
| committer | beeb5k (Vivek Tiwari) <beebeeb5k@gmail.com> | 2026-06-04 23:45:29 +0530 |
| commit | 2c2669697fdeaf7316feed3449d2082d255de5af (patch) | |
| tree | 4d8ed566c2be1ec01c54a3eb6106c40fa79ddb8a /common/modules/window_managers/default.nix | |
| parent | b6e25e72d30d9810abc0eb48058334e2495350f8 (diff) | |
Debloat
Diffstat (limited to 'common/modules/window_managers/default.nix')
| -rw-r--r-- | common/modules/window_managers/default.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/modules/window_managers/default.nix b/common/modules/window_managers/default.nix index bc93e35..1c66f63 100644 --- a/common/modules/window_managers/default.nix +++ b/common/modules/window_managers/default.nix @@ -15,18 +15,15 @@ let moduleNameSpace = "beeMods"; inherit inputs homeManager; }; + scripts = import ./scripts.nix { inherit pkgs config; }; in { imports = [ (import ./mango args) - (import ./hyprland args) - (import ./dwm args) ]; options.${moduleNameSpace}.windowManagers = { mango.enable = lib.mkEnableOption "Enable mangowm"; - dwm.enable = lib.mkEnableOption "Enable dwm"; - hyprland.enable = lib.mkEnableOption "Enable hyprland"; eyeCandy = { animations.enable = lib.mkEnableOption "Uiiiiiiiiiii"; window = { @@ -62,8 +59,11 @@ in wl-clipboard cliphist brightnessctl - maim - wtype + playerctl + matugen + awww + waybar + scripts.dotfiles ]; } else |
