Update Hyprland
This commit is contained in:
parent
61e3816f5e
commit
86a8c1ee20
2 changed files with 1 additions and 3 deletions
|
@ -41,7 +41,6 @@
|
||||||
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";
|
||||||
# Gnome / KDE-like overview
|
# Gnome / KDE-like overview
|
||||||
Hyprspace.url = "github:KZDKM/Hyprspace";
|
|
||||||
};
|
};
|
||||||
outputs = { self, nixpkgs, sops-nix, deploy-rs, ... } @inputs:
|
outputs = { self, nixpkgs, sops-nix, deploy-rs, ... } @inputs:
|
||||||
let
|
let
|
||||||
|
|
|
@ -3,9 +3,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
# pkgs.hyprlandPlugins.hyprbars
|
# pkgs.hyprlandPlugins.hyprbars
|
||||||
# pkgs.hyprlandPlugins.hyprexpo
|
pkgs.hyprlandPlugins.hyprexpo
|
||||||
# pkgs.hyprlandPlugins.hy3
|
# pkgs.hyprlandPlugins.hy3
|
||||||
inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
|
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# Resize
|
# Resize
|
||||||
|
|
Loading…
Reference in a new issue