Update Hyprland

This commit is contained in:
albert 2024-08-21 20:22:49 +09:00
parent ee5ae1fd4b
commit 3d0d2363e3
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 4 additions and 10 deletions

View file

@ -41,12 +41,7 @@
plasma-manager.url = "github:pjones/plasma-manager"; plasma-manager.url = "github:pjones/plasma-manager";
plasma-manager.inputs.nixpkgs.follows = "nixpkgs"; plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
# Hyprland Flake # Hyprland Flake
# Hyprland issue 6816
# hyprland.url = "https://github.com/hyprwm/Hyprland?submodules=1&ref=v0.41.2";
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
# Hyprland plugins:
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
# hyprland-plugins.inputs.hyprland.follows = "hyprland";
}; };
outputs = { self, nixpkgs, sops-nix, deploy-rs, ... } @inputs: outputs = { self, nixpkgs, sops-nix, deploy-rs, ... } @inputs:
let let

View file

@ -1,10 +1,9 @@
{ inputs, pkgs, ... }: { { pkgs, ... }: {
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland; plugins = with pkgs.hyprlandPlugins; [
plugins = [ hyprbars
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo hyprexpo
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
]; ];
extraConfig = '' extraConfig = ''
# Resize # Resize