remove home suites
This commit is contained in:
parent
40b0d84f53
commit
2c475dd099
63 changed files with 163 additions and 198 deletions
|
@ -4,8 +4,6 @@
|
|||
inputs,
|
||||
systemProfiles,
|
||||
specialArgs,
|
||||
self,
|
||||
homeSuites,
|
||||
...
|
||||
}: {
|
||||
# imports = with systemProfiles; [
|
||||
|
@ -25,7 +23,7 @@
|
|||
home-manager = {
|
||||
backupFileExtension = "hm-backup";
|
||||
users.xun.imports = [
|
||||
(homeSuites + /nixdesk)
|
||||
./home.nix
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
{home.stateVersion = "23.11";}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue