Move hyprland import to host config

This commit is contained in:
NullBite 2024-01-01 16:52:10 -05:00
parent bbc6fd99f1
commit ffba4dce98
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,5 @@
{ lib, pkgs, osConfig, ... }:
{
imports = [
./hyprland.nix
];
# home.username = "nullbite";
# home.homeDirectory = "/home/nullbite";

View File

@ -2,6 +2,7 @@
{
imports = [
../../home/common.nix
../../home/hyprland.nix
];
home.stateVersion = "23.11";