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
|
#+begin_src nix :tangle home/desktop/hyprscrolling.nix :noweb tangle :mkdirp yes
|
||||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [ jq ];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [
|
plugins = [ pkgs.hyprlandPlugins.hyprscrolling ];
|
||||||
hyprscrolling
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||||
{
|
{
|
||||||
|
home.packages = with pkgs; [ jq ];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [
|
plugins = [ pkgs.hyprlandPlugins.hyprscrolling ];
|
||||||
hyprscrolling
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user