[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
+1 -1
View File
@@ -2,7 +2,7 @@
{
imports = [
./home-default.nix
./home.nix
];
home.i3_sway.extraSwayConfig = {
-7
View File
@@ -1,7 +0,0 @@
{ config, lib, pkgs, ... }:
{
imports = [
./home-default.nix
];
}
+2
View File
@@ -105,6 +105,8 @@ in
home.sessionPath = [
];
nixpkgs.config.allowUnfree = true;
imports = [
./modules/emacs
./modules/i3+sway