mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: slim slightly...
This commit is contained in:
parent
743741f976
commit
84d2438c3a
12 changed files with 35 additions and 51 deletions
|
|
@ -53,9 +53,6 @@ _: let
|
|||
wireless
|
||||
laptop
|
||||
gaming
|
||||
sdr
|
||||
#virtualisation
|
||||
#secureboot
|
||||
])
|
||||
++ (with tree.nixos.environments; [
|
||||
niri
|
||||
|
|
@ -66,7 +63,7 @@ _: let
|
|||
konawall-py.settings = {
|
||||
source = "konachan";
|
||||
tags = [
|
||||
"-rating:e"
|
||||
"rating:s"
|
||||
];
|
||||
};
|
||||
niri.settings = {
|
||||
|
|
@ -109,13 +106,6 @@ _: let
|
|||
scheduler = "scx_lavd";
|
||||
};
|
||||
|
||||
virtualisation.virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
enableKvm = true;
|
||||
addNetworkInterface = false;
|
||||
};
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
||||
programs.ssh.extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue