Recreated nix files
This commit is contained in:
+301
-302
File diff suppressed because it is too large
Load Diff
@@ -1797,11 +1797,10 @@ This Nix module integrates the hyprscrolling plugin into a Home-Manager managed
|
||||
#+begin_src nix :tangle home/desktop/hyprscrolling.nix :noweb tangle :mkdirp yes
|
||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ jq ];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
hyprscrolling
|
||||
];
|
||||
plugins = [ pkgs.hyprlandPlugins.hyprscrolling ];
|
||||
};
|
||||
}
|
||||
#+end_src
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ jq ];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
hyprscrolling
|
||||
];
|
||||
plugins = [ pkgs.hyprlandPlugins.hyprscrolling ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user