Regenerated

This commit is contained in:
2026-04-22 22:33:06 +02:00
parent 8213197399
commit 4976f3fd36
3 changed files with 428 additions and 425 deletions
+384 -383
View File
File diff suppressed because it is too large Load Diff
+4 -3
View File
@@ -1111,19 +1111,20 @@ in
Setting up Hyprland Setting up Hyprland
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/hyprland.nix :noweb yes :mkdirp yes :eval never #+BEGIN_SRC nix :tangle generated/modules/traveldroid/desktop/hyprland.nix :noweb yes :mkdirp yes :eval never
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }: { lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
let let
username = config.defaultUser or "henrov"; username = config.defaultUser or "henrov";
assetPath = "${flakeRoot}/generated/.config/hypr"; assetPath = "${flakeRoot}/generated/.config/hypr";
hyprlandPkg = hyprlandPkg =
pkgs.hyprland or pkgs.hyprland or
pkgs.hyprland-git or pkgs.hyprland-git or
inputs.hyprland.packages.${pkgs.system}.default; inputs.hyprland.packages.${pkgs.system}.default;
in in
{ {
# Install Hyprland systemwide # Install Hyprland systemwide
programs.hyprland.enable = true;
programs.hyprland.withUWSM = true;
programs.hyprland.package = hyprlandPkg;
environment.systemPackages = [ hyprlandPkg ]; environment.systemPackages = [ hyprlandPkg ];
# Home Manager user configuration # Home Manager user configuration
@@ -1,18 +1,19 @@
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- # --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
{ lib, config, pkgs, flakeRoot, home-manager, inputs, ... }: { lib, config, pkgs, flakeRoot, home-manager, inputs, ... }:
let let
username = config.defaultUser or "henrov"; username = config.defaultUser or "henrov";
assetPath = "${flakeRoot}/generated/.config/hypr"; assetPath = "${flakeRoot}/generated/.config/hypr";
hyprlandPkg = hyprlandPkg =
pkgs.hyprland or pkgs.hyprland or
pkgs.hyprland-git or pkgs.hyprland-git or
inputs.hyprland.packages.${pkgs.system}.default; inputs.hyprland.packages.${pkgs.system}.default;
in in
{ {
# Install Hyprland systemwide # Install Hyprland systemwide
programs.hyprland.enable = true;
programs.hyprland.withUWSM = true;
programs.hyprland.package = hyprlandPkg;
environment.systemPackages = [ hyprlandPkg ]; environment.systemPackages = [ hyprlandPkg ];
# Home Manager user configuration # Home Manager user configuration