mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
project-wide: Fixing refactor issues
This commit is contained in:
parent
f92e21126e
commit
d8dcfada4f
9 changed files with 41 additions and 64 deletions
|
|
@ -2,10 +2,4 @@
|
|||
|
||||
{
|
||||
imports = [ ./home ];
|
||||
|
||||
options = {
|
||||
deploy.profile.gui = lib.mkEnableOption "graphical system" // {
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,11 +3,5 @@
|
|||
{
|
||||
imports = [ ./nixos ];
|
||||
|
||||
options = {
|
||||
deploy.profile.gui = lib.mkEnableOption "graphical system" // {
|
||||
default = true;
|
||||
};
|
||||
};
|
||||
|
||||
config = { home-manager.users.kat = { imports = [ ./home.nix ]; }; };
|
||||
home-manager.users.kat = { imports = [ ./home.nix ]; };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue