first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
6
modules/home/hyprland/default.nix
Executable file
6
modules/home/hyprland/default.nix
Executable file
|
@ -0,0 +1,6 @@
|
|||
{ inputs, ... }: {
|
||||
imports = [ (import ./hyprland.nix) ]
|
||||
++ [ (import ./config.nix) ]
|
||||
++ [ (import ./variables.nix) ]
|
||||
++ [ inputs.hyprland.homeManagerModules.default ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue