diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-03 22:09:00 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-03 22:09:00 -0400 |
| commit | 1cdabfd5a0adad5b033048639ce1c4ef1a15eb58 (patch) | |
| tree | 70db317e627fd3a1d9b64b4b9c5b4522bf80e9bb /features/user/gui/desktops/niri/parts/quickshell/flake.nix | |
| parent | 645024746a29a181355d03600cf9eb4534b4d1b7 (diff) | |
setup quickshell dev env
Former-commit-id: 1467b650b0ce10c5ccf924829a79108c05531eb4
Diffstat (limited to 'features/user/gui/desktops/niri/parts/quickshell/flake.nix')
| -rw-r--r-- | features/user/gui/desktops/niri/parts/quickshell/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/user/gui/desktops/niri/parts/quickshell/flake.nix b/features/user/gui/desktops/niri/parts/quickshell/flake.nix index 4bab14a..2122f1f 100644 --- a/features/user/gui/desktops/niri/parts/quickshell/flake.nix +++ b/features/user/gui/desktops/niri/parts/quickshell/flake.nix @@ -21,7 +21,7 @@ in { devShells.default = pkgs.mkShell { packages = with pkgs; [ - hello + quickshell ]; }; } |
