reformatted and added wl-clipboard
This commit is contained in:
parent
1d213cbf4e
commit
1ee2e90089
1 changed files with 8 additions and 1 deletions
|
|
@ -19,7 +19,14 @@ in
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
services.displayManager.ly.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;
|
programs.waybar.enable = lib.mkIf cfg.waybar true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue