Gen 402: created system config for my laptop
This commit is contained in:
8
glasshouse-laptop/home/hyprland/default.nix
Normal file
8
glasshouse-laptop/home/hyprland/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
[ (import ./hyprland.nix) ]
|
||||
++ [ (import ./config.nix) ]
|
||||
++ [ (import ./hyprpaper.nix) ];
|
||||
}
|
||||
Reference in New Issue
Block a user