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

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