okay
This commit is contained in:
parent
d72cfe0265
commit
b2bb99ded1
1 changed files with 1 additions and 2 deletions
|
@ -58,14 +58,13 @@ in
|
||||||
flameshot
|
flameshot
|
||||||
# todo figure this out
|
# todo figure this out
|
||||||
gamescope
|
gamescope
|
||||||
# brightness
|
|
||||||
brightnessctl
|
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# bg
|
# bg
|
||||||
hyprpaper
|
hyprpaper
|
||||||
# bar
|
# bar
|
||||||
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
|
(waybar.overrideAttrs (oldAttrs: { mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true "]; }))
|
||||||
|
brightnessctl
|
||||||
inotify-tools
|
inotify-tools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue