Move hyprland import to host config
This commit is contained in:
parent
bbc6fd99f1
commit
ffba4dce98
@ -1,8 +1,5 @@
|
|||||||
{ lib, pkgs, osConfig, ... }:
|
{ lib, pkgs, osConfig, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
|
||||||
./hyprland.nix
|
|
||||||
];
|
|
||||||
|
|
||||||
# home.username = "nullbite";
|
# home.username = "nullbite";
|
||||||
# home.homeDirectory = "/home/nullbite";
|
# home.homeDirectory = "/home/nullbite";
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../home/common.nix
|
../../home/common.nix
|
||||||
|
../../home/hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user