Recreated nix files

This commit is contained in:
2026-03-03 17:14:27 +01:00
parent d52e55e996
commit b7b65a6dbb
3 changed files with 311 additions and 347 deletions
+309 -330
View File
File diff suppressed because it is too large Load Diff
+1 -15
View File
@@ -1669,9 +1669,8 @@ This module will import all necessities.
./apps/theme.nix
./desktop/hypridle.nix
./desktop/hyprland.nix
./desktop/hyprexpo.nix
#./desktop/hyprexpo.nix
./desktop/hyprlock.nix
#./desktop/hyprscrolling.nix <-- is builtin since version 0.54
./desktop/hyprshell.nix
#./desktop/animated_wallpaper.nix
./desktop/rotating_wallpaper.nix
@@ -1798,19 +1797,6 @@ They are configured below.
}
#+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
For nice task-starting and -switching
#+begin_src nix :tangle home/desktop/hyprshell.nix :noweb tangle :mkdirp yes
+1 -2
View File
@@ -5,9 +5,8 @@
./apps/theme.nix
./desktop/hypridle.nix
./desktop/hyprland.nix
./desktop/hyprexpo.nix
#./desktop/hyprexpo.nix
./desktop/hyprlock.nix
#./desktop/hyprscrolling.nix <-- is builtin since version 0.54
./desktop/hyprshell.nix
#./desktop/animated_wallpaper.nix
./desktop/rotating_wallpaper.nix