[home] Support standalone home manager

This commit is contained in:
2025-03-05 12:33:32 -08:00
parent f9bcec74d3
commit 495aba3fef
4 changed files with 18 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
{
imports = [
./home-default.nix
./home.nix
];
home.i3_sway.extraSwayConfig = {

View File

@@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
imports = [
./home-default.nix
];
}

View File

@@ -105,6 +105,8 @@ in
home.sessionPath = [
];
nixpkgs.config.allowUnfree = true;
imports = [
./modules/emacs
./modules/i3+sway