Actually add home manager config

This commit is contained in:
2024-09-07 14:43:31 -07:00
parent 27c10f9a20
commit 48add8c1f3
12 changed files with 531 additions and 0 deletions

8
home/home-nix-book.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [
./home-default.nix
./modules/window_managers/hyprland/nix-book.nix
];
}