Refactor home manager, and add desktop node on sparky.
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user