mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: update profile
This commit is contained in:
parent
ca57681f01
commit
b061f42f73
@ -132,6 +132,12 @@ in
|
|||||||
virtualization.enable = true;
|
virtualization.enable = true;
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
};
|
};
|
||||||
|
gaming = {
|
||||||
|
enable = true;
|
||||||
|
emulators.enable = true;
|
||||||
|
retro-computing.enable = true;
|
||||||
|
};
|
||||||
|
vpn.personal.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
tasks.backup-archive.enable = true;
|
tasks.backup-archive.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user