Move hyprland files to host specific directories
This commit is contained in:
parent
246b2a75ea
commit
e3176e1858
14 changed files with 30 additions and 17 deletions
9
users/willifan/graphical/hyprland/Lenni/default.nix
Normal file
9
users/willifan/graphical/hyprland/Lenni/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./hypridle.nix
|
||||||
|
./hyprlock.nix
|
||||||
|
./kanshi.nix
|
||||||
|
];
|
||||||
|
}
|
16
users/willifan/graphical/hyprland/common/default.nix
Normal file
16
users/willifan/graphical/hyprland/common/default.nix
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.hyprland.enable = true;
|
||||||
|
imports = [
|
||||||
|
./hyprland.nix
|
||||||
|
./hyprpaper.nix
|
||||||
|
./mako.nix
|
||||||
|
./pipewire.nix
|
||||||
|
./polkit.nix
|
||||||
|
./utils.nix
|
||||||
|
./wofi.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -1,19 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, configVars, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.hyprland.enable = true;
|
|
||||||
imports = [
|
imports = [
|
||||||
./hypridle.nix
|
./common
|
||||||
./hyprland.nix
|
./${configVars.hostname}
|
||||||
./hyprlock.nix
|
|
||||||
./hyprpaper.nix
|
|
||||||
./kanshi.nix
|
|
||||||
./mako.nix
|
|
||||||
./pipewire.nix
|
|
||||||
./polkit.nix
|
|
||||||
./utils.nix
|
|
||||||
./wofi.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue