why am i here to suffer

This commit is contained in:
KaitoTLex 2024-09-24 21:17:49 -07:00
parent 1b9f5063bc
commit e43a7ba494
3 changed files with 32 additions and 3 deletions

View file

@ -20,6 +20,24 @@
virtualisation.waydroid.enable = true;
networking.hostName = "shiroko"; # Define your hostname.
services.fprintd.enable = true;
services.desktopManager.plasma6.enable = true;
services.actkbd = {
enable = true;
bindings = [
{
keys = [ 232 ];
events = [ "key" ];
command = "${pkgs.brightnessctl}/bin/brightnessctl set 1000";
}
{
keys = [ 233 ];
events = [ "key" ];
command = "${pkgs.brightnessctl}/bin/brightnessctl set 1000-";
}
];
};
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";

View file

@ -51,8 +51,13 @@
};
};
window = {
border = 5;
border = 3;
titlebar = false;
#startup = [
#{
# command = "swaybg -i /home/kaitotlex/Pictures/bg.png";
# }
#];
};
};
};

View file

@ -34,6 +34,9 @@
manga-tui
thunderbird
dolphin
xfce.thunar
clang
macchanger
ani-cli
@ -78,8 +81,6 @@
arduino-cli
jdk
# nix related
#
# it provides the command `nom` works just like `nix`
# with more details log output
nix-output-monitor
# productivity
@ -87,6 +88,9 @@
obsidian # markdown previewer
thunderbird-unwrapped # Full Feature Email Client
#sway Modules
swaybg
# LaTeX stuff
texliveFull
texlivePackages.pdflatexpicscale
@ -102,6 +106,7 @@
texlivePackages.csquotes
texlivePackages.csquotes-de
texlivePackages.collection-latexextra
texpresso
btop # replacement of htop/nmon
iotop # io monitoring
@ -141,6 +146,7 @@
social-engineer-toolkit
aircrack-ng
brightnessctl
];
programs.rofi = {
enable = true;