diff options
| author | adikro <adikro@disroot.org> | 2025-11-13 21:44:24 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-11-13 21:44:24 +0100 |
| commit | 97e4587c34fc860dcad69d6f7b1c60dbc798e566 (patch) | |
| tree | dd1aa5bc6ba55b87cf3d84e9e3396cce42a2a210 /flake.nix | |
| parent | b48b636aaa22b29000ca686dfc0568cfeb7c2af9 (diff) | |
modularized WM configuration, added niri and dwl as window managers and installed some utilities
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,10 @@ hyprland.url = "github:hyprwm/Hyprland"; + niri.url = "github:YaLTeR/niri"; + + bemenu.url = "github:Cloudef/bemenu"; + eww.url = "github:elkowar/eww"; awww.url = "git+https://codeberg.org/LGFae/awww"; @@ -54,6 +58,8 @@ nixcord, nixvim, helix, + niri, + bemenu, ... }: let mkHost = { hostname, path }: |
