flake update

This commit is contained in:
Glen Goodwin 2023-08-30 22:37:48 -04:00
parent 2523ab5baa
commit fe1b104a36
3 changed files with 50 additions and 32 deletions

View file

@ -48,6 +48,7 @@ in
programs = {
hyprland = {
enable = true;
package = hyprland.packages.${pkgs.system}.hyprland;
};
};
@ -57,10 +58,4 @@ in
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
nixpkgs.overlays = [
# Waybar with experimental features
(final: prev: {
waybar = hyprland.packages.${system}.waybar-hyprland;
})
];
}

View file

@ -20,7 +20,6 @@ let
active_opacity=0.93
inactive_opacity=0.93
fullscreen_opacity=1
blur=true
drop_shadow=false
}