"fix" broken shit

This commit is contained in:
Schrottkatze 2026-09-10 11:53:01 +02:00
commit e439e4081d
4 changed files with 6 additions and 6 deletions

View file

@ -25,8 +25,6 @@ with builtins;
chatterino7
easyeffects
patchage
intiface-central
ausweisapp

View file

@ -32,9 +32,9 @@ with lib;
home-manager.users.jade =
{ pkgs, ... }:
{
programs.ssh = {
controlMaster = "yes";
};
# programs.ssh = {
# controlMaster = "yes";
# };
home.packages = with pkgs; [
just
bacon

View file

@ -22,6 +22,8 @@ with lib;
{
programs.nixcord = {
enable = true;
discord.enable = true;
discord.vencord.enable = true;
vesktop.enable = true;
vesktop.autoscroll.enable = true;
config = {

View file

@ -32,6 +32,6 @@ in
xkb-layout = config.services.xserver.xkb.layout;
xkb-variant = config.services.xserver.xkb.variant;
};
hwRender = true;
config.hwaccel = true;
};
}