mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
home-manager workstation changes
This commit is contained in:
parent
ac69f1f36d
commit
121c811837
3 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./home.nix
|
||||
];
|
||||
}
|
||||
{ imports = [ ./home.nix ]; }
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../../../user ];
|
||||
imports = [ ./user ];
|
||||
|
||||
home = {
|
||||
stateVersion = "23.11";
|
||||
|
|
@ -48,5 +48,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/home-manager" = {
|
||||
source = ../../../..;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
1
src/system/machines/workstation/user
Symbolic link
1
src/system/machines/workstation/user
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../user/
|
||||
Loading…
Add table
Add a link
Reference in a new issue