Recreated nix files
This commit is contained in:
+309
-330
File diff suppressed because it is too large
Load Diff
+1
-15
@@ -1669,9 +1669,8 @@ This module will import all necessities.
|
|||||||
./apps/theme.nix
|
./apps/theme.nix
|
||||||
./desktop/hypridle.nix
|
./desktop/hypridle.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/hyprland.nix
|
||||||
./desktop/hyprexpo.nix
|
#./desktop/hyprexpo.nix
|
||||||
./desktop/hyprlock.nix
|
./desktop/hyprlock.nix
|
||||||
#./desktop/hyprscrolling.nix <-- is builtin since version 0.54
|
|
||||||
./desktop/hyprshell.nix
|
./desktop/hyprshell.nix
|
||||||
#./desktop/animated_wallpaper.nix
|
#./desktop/animated_wallpaper.nix
|
||||||
./desktop/rotating_wallpaper.nix
|
./desktop/rotating_wallpaper.nix
|
||||||
@@ -1798,19 +1797,6 @@ They are configured below.
|
|||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** hyprscrolling
|
|
||||||
This Nix module integrates the hyprscrolling plugin into a Home-Manager managed Hyprland setup in a declarative and reproducible way. It ensures the plugin is installed, optionally switches Hyprland to the scrolling layout, and renders user-defined plugin settings directly into the Hyprland configuration. The goal is to manage the scrolling workspace behavior entirely from Nix instead of maintaining manual edits inside hyprland.conf.
|
|
||||||
#+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 = [ pkgs.hyprlandPlugins.hyprscrolling ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
** Hyprshell
|
** Hyprshell
|
||||||
For nice task-starting and -switching
|
For nice task-starting and -switching
|
||||||
#+begin_src nix :tangle home/desktop/hyprshell.nix :noweb tangle :mkdirp yes
|
#+begin_src nix :tangle home/desktop/hyprshell.nix :noweb tangle :mkdirp yes
|
||||||
|
|||||||
@@ -5,9 +5,8 @@
|
|||||||
./apps/theme.nix
|
./apps/theme.nix
|
||||||
./desktop/hypridle.nix
|
./desktop/hypridle.nix
|
||||||
./desktop/hyprland.nix
|
./desktop/hyprland.nix
|
||||||
./desktop/hyprexpo.nix
|
#./desktop/hyprexpo.nix
|
||||||
./desktop/hyprlock.nix
|
./desktop/hyprlock.nix
|
||||||
#./desktop/hyprscrolling.nix <-- is builtin since version 0.54
|
|
||||||
./desktop/hyprshell.nix
|
./desktop/hyprshell.nix
|
||||||
#./desktop/animated_wallpaper.nix
|
#./desktop/animated_wallpaper.nix
|
||||||
./desktop/rotating_wallpaper.nix
|
./desktop/rotating_wallpaper.nix
|
||||||
|
|||||||
Reference in New Issue
Block a user