feat(ooksphone): move home configuration to its own module

This commit is contained in:
ooks-io 2024-04-20 19:42:46 +12:00
parent b0d544d53d
commit 44894ded29
2 changed files with 17 additions and 10 deletions

View file

@ -32,15 +32,6 @@
home-manager = {
backupFileExtension = "hm-bak";
useGlobalPkgs = true;
config =
{ config, lib, pkgs, ... }:
{
imports = [ ../../../home/modules/console/editor ];
homeModules.home.console.editor.helix.enable = true;
home.stateVersion = "23.11";
};
config = import ../../../home/user/ooks/ooksphone;
};
}