Move desktop/non-headless packages

This commit is contained in:
Oliver Davies 2025-04-06 00:23:37 +01:00
parent 2803ef1063
commit 2f56994696
6 changed files with 28 additions and 57 deletions

View file

@ -1,6 +1,5 @@
{
config,
headless ? false,
inputs,
outputs,
system,
@ -28,14 +27,9 @@ let
inherit (pkgs) lib;
in
{
imports =
[
./home.nix
./modules
]
++ pkgs.lib.optionals (!headless) [
./desktop
];
imports = [
./home.nix
];
home.sessionVariables = {
EDITOR = "nvim";

View file

@ -1,4 +0,0 @@
{
imports = [
];
}

View file

@ -1,4 +0,0 @@
{
imports = [
];
}