Regenerated
This commit is contained in:
+384
-383
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user