Initial commit of NixOS configuration
This commit is contained in:
7
components/default.nix
Normal file
7
components/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{lib, ...}: {
|
||||
imports = [
|
||||
./hyprland
|
||||
./utils.nix
|
||||
./waybar.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user