flake update
This commit is contained in:
parent
2523ab5baa
commit
fe1b104a36
3 changed files with 50 additions and 32 deletions
|
|
@ -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;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ let
|
|||
active_opacity=0.93
|
||||
inactive_opacity=0.93
|
||||
fullscreen_opacity=1
|
||||
blur=true
|
||||
drop_shadow=false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue