before flake update
This commit is contained in:
@@ -16,21 +16,20 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
numlockx
|
||||
adwaita-icon-theme
|
||||
xclip
|
||||
flameshot
|
||||
environment.systemPackages = [
|
||||
pkgs.numlockx
|
||||
pkgs.adwaita-icon-theme
|
||||
pkgs.xclip
|
||||
pkgs.flameshot
|
||||
];
|
||||
environment.etc = {
|
||||
"X11/xinit/xinitrc".source = ./config/xinitrc;
|
||||
};
|
||||
imports =
|
||||
[
|
||||
./i3
|
||||
./polybar
|
||||
]
|
||||
++ lib.optionals args.isGpu [
|
||||
./picom
|
||||
];
|
||||
imports = [
|
||||
./i3
|
||||
./polybar
|
||||
]
|
||||
++ lib.optionals args.isGpu [
|
||||
./picom
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user