This commit is contained in:
Schrottkatze 2025-03-10 14:39:46 +01:00
parent e05e01b2aa
commit d0bb73d359
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
7 changed files with 15 additions and 11 deletions

View file

@ -17,5 +17,6 @@
helvum
];
# hardware.pulseaudio.enable = pkgs.lib.mkForce false;
# sound.mediaKeys.enable = true;
}

View file

@ -1,6 +1,5 @@
{...}: {
services.picom = {
enable = true;
backend = "glx";
shadow = true;

View file

@ -159,8 +159,8 @@ in {
"XF86AudioPlay" = "exec playerctl play";
"XF86AudioStop" = "exec playerctl stop";
"XF86MonBrightnessUp" = "exec brightnessctl set 5%+";
"XF86MonBrightnessDown" = "exec brightnessctl set 5%-";
"XF86MonBrightnessUp" = "exec brightnessctl set 1%+";
"XF86MonBrightnessDown" = "exec brightnessctl set 1%-";
"XF86KbdBrightnessUp" = "exec brillo -kA 10.0";
"XF86KbdBrightnessDown" = "exec brillo -kU 10.0";

View file

@ -5,6 +5,7 @@
name = "Departure Mono Nerd Font";
size = 12;
};
shellIntegration.enableFishIntegration = false;
keybindings = {
"ctrl+shift+n" = "new_os_window_with_cwd";
};

View file

@ -1,4 +1,8 @@
{pkgs, ...}: let
{
pkgs,
typst-within,
...
}: let
packages = {
typst-configs = pkgs.fetchFromGitea {
domain = "forge.katzen.cafe";
@ -28,5 +32,6 @@ in {
recursive = true;
};
};
# home.packages = [typst-within.packages."x86_64-linux".default];
home.packages = [pkgs.typst];
}

View file

@ -22,14 +22,10 @@
s = "status";
};
signing = {
format = "ssh";
key = "${pkgs.writeText "blue_nk3.pub" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILg7hhAKxIAbokHHcIj9HBgbkgoKGCG2R+gx7HZKL+iz cardno:000F_93C6A612"}";
signByDefault = true;
};
extraConfig = {
gpg = {
format = "ssh";
};
};
};
programs.jujutsu = {
enable = true;

View file

@ -27,11 +27,13 @@ alias fish = echo $"(ansi red)no, fuck that shit!";
alias px = pulsemixer;
# uni
alias gun = cd ~/Docs/uni;
alias guni = cd ~/Docs/uni;
alias guni = cd ~/Docs/uni/info1;
alias gunids = cd ~/Docs/uni/design;
alias gunida = cd ~/Docs/uni/dramaturgie;
alias gunm = cd ~/Docs/uni/mathe1-3;
alias gunim = cd ~/Docs/uni/mathe1-3;
# typos
alias juts = just;
alias shut = shutdown now;