reformatted and added wl-clipboard

This commit is contained in:
Fishandchips321 2026-02-28 18:02:25 +00:00
parent 1d213cbf4e
commit 1ee2e90089

View file

@ -19,7 +19,14 @@ in
programs.niri.enable = true;
services.displayManager.ly.enable = true;
environment.systemPackages = with pkgs; lib.mkIf cfg.quickshell [quickshell alacritty];
# environment.systemPackages = with pkgs; lib.mkIf cfg.quickshell [quickshell];
environment.systemPackages = with pkgs; [
alacritty
wl-clipboard
]
++ lib.mkIf cfg.quickshell [quickshell];
programs.waybar.enable = lib.mkIf cfg.waybar true;
};