Refactor home manager, and add desktop node on sparky.

This commit is contained in:
2025-10-20 16:27:13 +01:00
parent bd15987f8d
commit 1465213c90
8 changed files with 148 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{ pkgs, profile ? "cli", ... }:
{
home = {
packages = (import ./packages.nix { inherit pkgs; }).packages;
packages = (import ./packages.nix { inherit pkgs profile; }).packages;
stateVersion = "24.05"; # TODO: unify this with the references in flake.nix:inputs
sessionVariables = {