Initial commit (after fork)
This commit is contained in:
parent
5ebba8a939
commit
5fe3f69a17
111 changed files with 1428 additions and 1611 deletions
|
@ -1,8 +1,11 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ (import ./hyprland.nix) ]
|
||||
++ [ (import ./config.nix) ]
|
||||
++ [ (import ./hyprlock.nix) ]
|
||||
++ [ (import ./variables.nix) ]
|
||||
++ [ inputs.hyprland.homeManagerModules.default ];
|
||||
{inputs, ...}: {
|
||||
imports =
|
||||
[(import ./hyprland.nix)]
|
||||
++ [(import ./config.nix)]
|
||||
++ [(import ./hyprlock.nix)]
|
||||
++ [(import ./hypridle.nix)]
|
||||
++ [(import ./variables.nix)]
|
||||
++ [inputs.hyprland.homeManagerModules.default];
|
||||
|
||||
xdg.configFile."hypr/default_wallpaper.png".source = ./default_wallpaper.png;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue