Actually add home manager config
This commit is contained in:
8
home/home-nix-book.nix
Normal file
8
home/home-nix-book.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./home-default.nix
|
||||
./modules/window_managers/hyprland/nix-book.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user