Recreated nix files

This commit is contained in:
2026-03-03 11:37:26 +01:00
parent 5fe8307846
commit be1ab9ee72
5 changed files with 317 additions and 849 deletions
+1 -9
View File
@@ -1,13 +1,5 @@
{ config, lib, pkgs, flakeRoot, inputs, ... }:
{
home.packages = with pkgs; [ jq ];
wayland.windowManager.hyprland = {
enable = true;
plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling
#inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprspace
#inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprsunset
#inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hypr-easymotion
];
};
hyprland-nix.packages.${config.nixpkgs.system}.hyprscrolling
}