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; virtualisation.waydroid.enable = true;
networking.hostName = "shiroko"; # Define your hostname. 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 # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";

View file

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

View file

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