refactor: switch home-manager to standalone install

This commit is contained in:
2025-11-21 20:27:55 +01:00
parent a0277b8d26
commit 8e257fbbfe
2 changed files with 7 additions and 8 deletions

View File

@@ -1,12 +1,11 @@
# 0x29a nixos conifg
{ pkgs, lib, inputs, ... }:
{ pkgs, lib, ... }:
{
imports =
[
./hardware-configuration.nix
inputs.home-manager.nixosModules.default
];
# use flakes