Begin to variabilize configurations
This commit is contained in:
parent
a5480798a9
commit
4be4b1cc1c
2 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, stateVersion, ... }:
|
||||
|
||||
{
|
||||
imports =
|
||||
|
@ -56,7 +56,7 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
users.ephase = {
|
||||
home.stateVersion = "23.05";
|
||||
home.stateVersion = stateVersion;
|
||||
programs.home-manager.enable = true;
|
||||
imports = [
|
||||
../../modules/home/desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue