feat: slim slightly...

This commit is contained in:
Kat Inskip 2025-07-27 13:32:41 -07:00
parent 743741f976
commit 84d2438c3a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
12 changed files with 35 additions and 51 deletions

View file

@ -164,7 +164,7 @@ _: {
"backlight"
"battery"
"tray"
"custom/notification"
#"custom/notification"
];
idle_inhibitor = {

View file

@ -28,5 +28,7 @@
rsync
wget
whois
# nix-search
nix-search-cli
];
}

View file

@ -19,6 +19,7 @@
terminal = 0.8;
popups = 0.8;
};
image = ./stylix.png;
fonts = {
sansSerif = {
name = "Jost";

BIN
nixos/common/stylix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

View file

@ -1,6 +1,9 @@
{pkgs, ...}: {
{pkgs, config, lib, ...}: let
inherit (lib.modules) mkForce;
in {
programs.regreet = {
enable = true;
theme = mkForce config.home-manager.users.kat.gtk.theme;
};
stylix.targets.regreet.enable = true;
services.greetd = {

View file

@ -37,20 +37,6 @@
vkbasalt
mangohud
umu-launcher
# support 32-bit only
wine
# support 64-bit only
wine64
# wine-staging (version with experimental features)
wineWowPackages.staging
# winetricks (all versions)
winetricks
# native wayland support (unstable)
wineWowPackages.waylandFull
];
}

View file

@ -1,8 +1,8 @@
{pkgs, ...}: {
programs.java = {
enable = true;
enable = false;
};
environment.systemPackages = with pkgs; [
prismlauncher
#prismlauncher
];
}

View file

@ -35,9 +35,9 @@
*/
environment.systemPackages = with pkgs; [
wlx-overlay-s
monado-vulkan-layers
bs-manager
#wlx-overlay-s
#monado-vulkan-layers
#bs-manager
];
networking.firewall = {

View file

@ -0,0 +1,14 @@
{ pkgs, ... }: {
programs.obs-studio = {
enable = true;
enableVirtualCamera = true;
plugins = with pkgs.obs-studio-plugins; [
#obs-vaapi
#obs-tuna
#obs-source-clone
obs-pipewire-audio-capture
#input-overlay
obs-vkcapture
];
};
}

View file

@ -7,27 +7,8 @@
jmtpfs
dnsutils
usbutils
plexamp
super-slicer-beta
nvidia-vaapi-driver
nv-codec-headers-12
inputs.push2talk.defaultPackage.${pkgs.system}
];
programs.obs-studio = {
enable = true;
enableVirtualCamera = true;
package = pkgs.obs-studio.override {
cudaSupport = true;
};
plugins = with pkgs.obs-studio-plugins; [
obs-vaapi
obs-tuna
obs-source-clone
obs-pipewire-audio-capture
input-overlay
obs-vkcapture
];
};
services.udev.packages = [
pkgs.android-udev-rules
pkgs.zsa-udev-rules

View file

@ -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";
};

View file

@ -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 = ''