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
|
|
@ -66,6 +66,9 @@ _: let
|
|||
|
||||
home-manager.users.kat = {
|
||||
programs = {
|
||||
obs-studio.package = pkgs.obs-studio.override {
|
||||
cudaSupport = true;
|
||||
};
|
||||
konawall-py.settings = {
|
||||
source = "e621";
|
||||
tags = [
|
||||
|
|
@ -143,6 +146,8 @@ _: let
|
|||
builders-use-substitutes = true
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
services.xserver.videoDrivers = ["nvidia"];
|
||||
|
||||
hardware.nvidia = {
|
||||
|
|
@ -190,6 +195,8 @@ _: let
|
|||
ledfx
|
||||
openrgb
|
||||
nvtopPackages.nvidia
|
||||
nvidia-vaapi-driver
|
||||
nv-codec-headers-12
|
||||
];
|
||||
system.stateVersion = "21.11";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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