aaaaaaaaaaaa
This commit is contained in:
parent
344c0820c0
commit
c81213a02b
1 changed files with 1 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.modules.graphical;
|
cfg = config.modules.graphical;
|
||||||
|
quickshell-packages = lib.mkIf cfg.quickshell (with pkgs; [quickshell]);
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
@ -19,8 +20,6 @@ in
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
services.displayManager.ly.enable = true;
|
services.displayManager.ly.enable = true;
|
||||||
|
|
||||||
quickshell-packages = lib.mkIf cfg.quickshell (with pkgs; [quickshell]);
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alacritty
|
alacritty
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue