init
This commit is contained in:
2025-08-04 15:37:38 +02:00
parent 3ae535f1b1
commit 703e3f8adf
57 changed files with 674 additions and 3283 deletions

View File

@@ -1,68 +0,0 @@
{ pkgs }:
with pkgs;
let
shared-packages = import ../shared/packages.nix { inherit pkgs; };
in
shared-packages
++ [
# Security and authentication
yubikey-agent
keepassxc
# App and package management
appimage-run
gnumake
cmake
home-manager
# Media and design tools
vlc
fontconfig
font-manager
# Productivity tools
bc # old school calculator
galculator
# Audio tools
pavucontrol # Pulse audio controls
# Testing and development tools
direnv
rofi
rofi-calc
postgresql
# Screenshot and recording tools
flameshot
# Text and terminal utilities
feh # Manage wallpapers
screenkey
tree
unixtools.ifconfig
unixtools.netstat
xorg.xwininfo # Provides a cursor to click and learn about windows
xorg.xrandr
# File and system utilities
inotify-tools # inotifywait, inotifywatch - For file system events
i3lock-fancy-rapid
libnotify
pcmanfm # File browser
sqlite
xdg-utils
# Other utilities
yad # yad-calendar is used with polybar
xdotool
google-chrome
# PDF viewer
zathura
# Music and entertainment
spotify
]