Lots of refactoring
This commit is contained in:
parent
2f65f8fcba
commit
70e37a959e
46 changed files with 635 additions and 400 deletions
7
users/lauren_lagarde/dotspace_gui.nix
Normal file
7
users/lauren_lagarde/dotspace_gui.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
home-manager.users.lauren_lagarde = {
|
||||
imports = [
|
||||
./home-manager/secrets/dotspace_gui.nix
|
||||
];
|
||||
};
|
||||
}
|
|
@ -1 +1 @@
|
|||
Subproject commit 97cde8a8e73f1623a390397b060e5e4b7ffa61ba
|
||||
Subproject commit 110fa225d48f599a7459c207e8fdb8d0f6f36d28
|
7
users/lauren_lagarde/home-manager.nix
Normal file
7
users/lauren_lagarde/home-manager.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, unstable, ... }: {
|
||||
home-manager.users.lauren_lagarde = {
|
||||
imports = [
|
||||
./home-manager/lauren_lagarde.nix
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue