bwehbwehbwehbweh

This commit is contained in:
Schrottkatze 2026-03-28 17:28:04 +01:00
commit 2108e5edb4
No known key found for this signature in database
7 changed files with 19 additions and 5 deletions

View file

@ -32,6 +32,9 @@
"10-clock-rate" = {
"context.properties" = {
"default.clock.allowed-rates" = "[ 48000 44100 ]";
"default.clock.quantum" = "128";
"default.clock.min-quantum" = "32";
"default.clock.max-quantum" = "256";
"log.level" = "4";
};
};
@ -72,7 +75,7 @@
zenstates
zenmonitor
tea
blender-hip
# pkgsRocm.blender
jdk8
jdk11
];
@ -85,7 +88,6 @@
home-manager.users.jade =
{ ... }:
{
programs.btop.package = pkgs.btop-rocm;
programs.git.signing.key = "${pkgs.writeText "msg_id_ed25519.pub" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICR+WyklOASIymOiT+aIVjiLSAM1r3HdRADz2zT6bHfX jade@monosodium-glutamate-g"}";
};

View file

@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
...
}:
let
@ -13,13 +14,22 @@ with lib;
};
config = mkIf cfg.enable {
programs.steam.enable = true;
programs.gamemode.enable = true;
programs.gamescope = {
enable = true;
package = pkgs.gamescope.overrideAttrs (_: {
NIX_CFLAGS_COMPILE = [ "-fno-fast-math" ];
});
};
home-manager.users.jade =
{ pkgs, ... }:
{
home.packages = with pkgs; [
gamemode
prismlauncher
dxvk_2
vkd3d-proton
mangohud
];
};
};

View file

@ -60,6 +60,7 @@ with lib;
element-desktop
pkgs.evolution-data-server-gtk4
deltachat-desktop
stoat-desktop
];
};
programs.evolution = {

View file

@ -6,6 +6,7 @@ layer-rule {
window-rule {
match app-id="^signal|Element|org.gnome.Evolution$"
match title="^.*(Discord|Beispiel Screenshare block Bug|Bitwarden|Träwelling).*$"
match app-id="steam" title="^notificationtoasts_[\\d]+_desktop$"
exclude title="^.*((Schrottkatze|Statistics|Leaderboard) - Träwelling|chaos.social|Nekoverse|catgirl.cloud).*$"
exclude is-floating=true
block-out-from "screen-capture"

View file

@ -1,6 +1,7 @@
// handle steam grabbing focus 1000 times on startup
// Edit: FUCK YOU STEAM FUCK YOU STEAM FUCK YOU STEAM
window-rule {
match app-id="steam" title="Steam"
match app-id="steam"
open-focused false
}

View file

@ -23,7 +23,6 @@ with lib;
home.packages = with pkgs; [
# creative software basics
pastel
krita
gimp
drawing
inkscape-with-extensions