restructured project to split out home manager
This commit is contained in:
parent
c8e7944da5
commit
18f51a65c2
24 changed files with 421 additions and 254 deletions
|
@ -1,10 +1,6 @@
|
|||
# leyla laptop
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.default
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
|
||||
./hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
|
||||
../../enviroments/client
|
||||
];
|
||||
|
@ -13,12 +9,12 @@
|
|||
leyla = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
ester = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
eve = {
|
||||
isDesktopUser = true;
|
||||
};
|
||||
# ester = {
|
||||
# isDesktopUser = true;
|
||||
# };
|
||||
# eve = {
|
||||
# isDesktopUser = true;
|
||||
# };
|
||||
};
|
||||
|
||||
# enabled virtualisation for docker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue