Update Hyprland
This commit is contained in:
parent
ee5ae1fd4b
commit
3d0d2363e3
2 changed files with 4 additions and 10 deletions
|
@ -41,12 +41,7 @@
|
|||
plasma-manager.url = "github:pjones/plasma-manager";
|
||||
plasma-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# Hyprland Flake
|
||||
# Hyprland issue 6816
|
||||
# hyprland.url = "https://github.com/hyprwm/Hyprland?submodules=1&ref=v0.41.2";
|
||||
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:
|
||||
let
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
{ pkgs, ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
|
||||
inputs.hyprland-plugins.packages.${pkgs.system}.hyprbars
|
||||
plugins = with pkgs.hyprlandPlugins; [
|
||||
hyprbars
|
||||
hyprexpo
|
||||
];
|
||||
extraConfig = ''
|
||||
# Resize
|
||||
|
|
Loading…
Reference in a new issue