mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
lavaridge,petalburg,rustboro: removed unnecessary components
This commit is contained in:
parent
028b74e934
commit
574eb5a482
|
@ -33,7 +33,7 @@
|
|||
};
|
||||
user = {
|
||||
aly.enable = true;
|
||||
dustin.enable = true;
|
||||
dustin.enable = false;
|
||||
};
|
||||
desktop = {
|
||||
enable = true;
|
||||
|
|
|
@ -78,7 +78,7 @@ in {
|
|||
};
|
||||
user = {
|
||||
aly.enable = true;
|
||||
dustin.enable = true;
|
||||
dustin.enable = false;
|
||||
};
|
||||
desktop = {
|
||||
enable = true;
|
||||
|
@ -87,8 +87,6 @@ in {
|
|||
};
|
||||
apps = {
|
||||
steam.enable = true;
|
||||
podman.enable = true;
|
||||
virt-manager.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
};
|
||||
user = {
|
||||
aly.enable = true;
|
||||
dustin.enable = true;
|
||||
dustin.enable = false;
|
||||
};
|
||||
desktop = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue