summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-06 13:37:47 -0700
committerFuwn <[email protected]>2024-09-06 13:37:47 -0700
commit38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535 (patch)
tree9e3aaa46c0ea76c0a9025984fe13ce660577f744 /home
parentBump (diff)
downloadnixos-config-38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535.tar.xz
nixos-config-38f8e211b3b0eb5b5c2a25a0dd4f7d89a2834535.zip
Bump
Diffstat (limited to 'home')
-rw-r--r--home/ebisu/fortune/desktop/hyprland/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/ebisu/fortune/desktop/hyprland/default.nix b/home/ebisu/fortune/desktop/hyprland/default.nix
index b3d92be..424c6e9 100644
--- a/home/ebisu/fortune/desktop/hyprland/default.nix
+++ b/home/ebisu/fortune/desktop/hyprland/default.nix
@@ -7,9 +7,9 @@
# ./hyprpaper.nix
];
- wayland.windowManager.hyprland = {
+ wayland.windowManager.hyprland = with inputs; {
enable = true;
- package = inputs.hyprland.packages.${pkgs.system}.hyprland;
+ package = hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
systemd = {
@@ -19,8 +19,8 @@
};
plugins = [
- # inputs.Hyprspace.packages.${pkgs.system}.Hyprspace
- inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprtrails
+ # Hyprspace.packages.${pkgs.system}.Hyprspace
+ hyprland-plugins.packages.${pkgs.system}.hyprtrails
];
};