remove qs, fixes to waybar
This commit is contained in:
@@ -34,7 +34,7 @@ in {
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.hyprland;
|
||||
# package = pkgs.hyprland;
|
||||
withUWSM = true;
|
||||
};
|
||||
environment.variables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
@@ -72,9 +72,10 @@ in {
|
||||
"animation fade,hyprpicker"
|
||||
"animation fade,selection"
|
||||
|
||||
"noanim,waybar"
|
||||
"animation fade,waybar"
|
||||
"ignorezero,waybar"
|
||||
"ignorealpha 0.0,waybar"
|
||||
"blur,waybar"
|
||||
|
||||
"blur,notifications"
|
||||
"ignorezero,notifications"
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf mkOption mkMerge types;
|
||||
@@ -36,6 +37,30 @@ in {
|
||||
environment.systemPackages = with pkgs;
|
||||
mkMerge [
|
||||
[
|
||||
ddcutil
|
||||
app2unit
|
||||
cava
|
||||
lm_sensors
|
||||
qt6.full
|
||||
swappy
|
||||
wayfreeze
|
||||
socat
|
||||
fuzzel
|
||||
imagemagick
|
||||
wl-screenrec
|
||||
jq
|
||||
fd
|
||||
libqalculate
|
||||
(python3.withPackages (ps:
|
||||
with ps; [
|
||||
pip
|
||||
materialyoucolor
|
||||
aubio
|
||||
sounddevice
|
||||
pyaudio
|
||||
numpy
|
||||
]))
|
||||
|
||||
git
|
||||
stow
|
||||
tree
|
||||
|
||||
Reference in New Issue
Block a user