mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: add performance profile, move things around somewhat
This commit is contained in:
parent
2189d0592f
commit
e16019c75b
7 changed files with 45 additions and 66 deletions
|
|
@ -1,5 +1,6 @@
|
|||
_: let
|
||||
hostConfig = {
|
||||
pkgs,
|
||||
tree,
|
||||
modulesPath,
|
||||
...
|
||||
|
|
@ -28,6 +29,10 @@ _: let
|
|||
web
|
||||
]);
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.numix-icon-theme
|
||||
];
|
||||
|
||||
# TODO: Add config.microvm.stateDir to backup schedule?
|
||||
# TODO: figure out updateFlake?
|
||||
#microvm = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue