Feat: The state of my mental health
This commit is contained in:
parent
00846c059f
commit
211a0ef64b
3 changed files with 63 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
config = rec {
|
||||
terminal = "kitty";
|
||||
modifier = "Mod4";
|
||||
menu = "rofi -show drun";
|
||||
menu = "rofi -show combi";
|
||||
bars = [
|
||||
{
|
||||
command = "waybar";
|
||||
|
@ -68,6 +68,13 @@
|
|||
bindsym XF86AudioMute exec pamixer -t
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl s 5%+
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl s 5%-
|
||||
bindsym XF86AudioMicMute exec spotify
|
||||
input "type:touchpad" {
|
||||
natural_scroll enabled
|
||||
tap enabled # enables click-on-tap
|
||||
tap_button_map lrm # tap with 1 finger = left click, 2 fingers = right click, 3 fingers = middle click
|
||||
dwt enabled # disable (touchpad) while typing
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -22,7 +22,15 @@
|
|||
home.packages = with pkgs; [
|
||||
# here is some command line tools I use frequently
|
||||
# feel free to add your own or remove some of them
|
||||
|
||||
xdg-desktop-portal-gtk
|
||||
pavucontrol
|
||||
ryujinx
|
||||
unzip
|
||||
sixpair
|
||||
kdePackages.kio-fuse
|
||||
kdePackages.kio-extras
|
||||
kdePackages.qtsvg
|
||||
kdePackages.qtwayland
|
||||
yubikey-personalization
|
||||
typst-live
|
||||
typst
|
||||
|
@ -35,6 +43,7 @@
|
|||
wineWowPackages.waylandFull
|
||||
wget
|
||||
vscode
|
||||
melonDS
|
||||
gparted
|
||||
gnumake
|
||||
chromium
|
||||
|
@ -50,7 +59,9 @@
|
|||
nwg-displays
|
||||
dolphin
|
||||
xfce.thunar
|
||||
tailwindcss
|
||||
|
||||
nodejs_22
|
||||
clang
|
||||
macchanger
|
||||
ani-cli
|
||||
|
@ -58,6 +69,7 @@
|
|||
sherlock
|
||||
|
||||
steam
|
||||
blueman
|
||||
|
||||
notion-app-enhanced
|
||||
# archives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue