Update and add Ghostty + Penpot + Viu

This commit is contained in:
zuma 2025-06-28 11:43:46 +02:00
parent 6c3a8c09d4
commit 29097fd4c0
6 changed files with 88 additions and 91 deletions

View file

@ -138,6 +138,7 @@
"cinny-4.2.3"
"cinny-unwrapped-4.2.3"
"electron-33.4.11" # For obsidian
"zoom-us"
];
# List packages installed in system profile. To search, run:
@ -179,6 +180,7 @@
thunderbird # Mail client
libreoffice # Document editing
tor-browser # I mean ... We all have our secrets
penpot-desktop # Design software
# Shell stuff
zsh # Favorite shell so far
@ -206,6 +208,8 @@
util-linux # Set of system utilities
sshfs # A filesystem to mount drives over ssh
exiftool # We need it for images manipulation
dig # DNS tool - Deuxfleurs made me use it...
viu # Image viewer in the terminal
# Languages
php # For hosting Adminer
@ -262,7 +266,8 @@
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
programs.ssh.startAgent = true;
# SINCE 2025-06-28 IT THROWS AN ERROR
# programs.ssh.startAgent = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];

View file

@ -9,7 +9,12 @@
];
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
boot.initrd.kernelModules = [ "usbhid" "joydev" "xpad" ]; # usbhid, joydev and xpad are needed in order to use controllers (mine is a PS3 dualshock)
boot.initrd.kernelModules = [
# usbhid, joydev and xpad are needed in order to use controllers (mine is a PS3 dualshock)
"usbhid"
"joydev"
"xpad"
];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];

View file

@ -13,6 +13,7 @@
../../commons/programs/kitty.nix
../../commons/programs/waybar.nix
../../commons/programs/swaync.nix
../../commons/programs/ghostty.nix
];
qt = {