desktop: cleanup home.nix

This commit is contained in:
Kabbone 2023-09-03 10:17:38 +02:00
parent 60b7ce48fa
commit 64b40a0832
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -30,131 +30,56 @@
homeDirectory = "/home/${user}"; homeDirectory = "/home/${user}";
packages = with pkgs; [ packages = with pkgs; [
# Terminal # Terminal
btop # Resource Manager btop # Resource Manager
pfetch # Minimal fetch pfetch # Minimal fetch
ranger # File Manager ranger # File Manager
gnupg # sign and authorize 2nd Fac gnupg # sign and authorize 2nd Fac
xdg-utils
steam
# dev tools xdg-utils
gcc steam
gnumake
gnupatch
gnulib
yubioath-flutter
nitrokey-app
tailscale # dev tools
wireguard-tools gcc
gnumake
gnupatch
gnulib
yubioath-flutter
nitrokey-app
# Video/Audio tailscale
#feh # Image Viewer wireguard-tools
mpv # Media Player
youtube-dl
#pavucontrol # Audio control
#stremio # Media Streamer
#libva-utils # vainfo
# Apps # Video/Audio
#firefox # Browser mpv # Media Player
#google-chrome # Browser youtube-dl
#remmina # XRDP & VNC Client
galculator
tdesktop
hdparm
python3Full
android-tools
calibre
mtpfs
vimiv-qt
#freecad
# File Management # Apps
#okular # PDF viewer galculator
#gnome.file-roller # Archive Manager tdesktop
pcmanfm # File Manager hdparm
rsync # Syncer $ rsync -r dir1/ dir2/ python3Full
unzip # Zip files android-tools
unrar # Rar files calibre
papirus-icon-theme mtpfs
vimiv-qt
#freecad
# File Management
#okular # PDF viewer
#gnome.file-roller # Archive Manager
pcmanfm # File Manager
rsync # Syncer $ rsync -r dir1/ dir2/
unzip # Zip files
unrar # Rar files
papirus-icon-theme
# General configuration
keepassxc
libreoffice
# General configuration
#git # Repositories
#killall # Stop Applications
#nano # Text Editor
#pciutils # Computer utility info
#pipewire # Sound
#usbutils # USB utility info
#wacomtablet # Wacom Tablet
#wget # Downloader
#zsh # Shell
keepassxc
libreoffice
#
# General home-manager
#alacritty # Terminal Emulator
#dunst # Notifications
#doom emacs # Text Editor
#flameshot # Screenshot
#libnotify # Dep for Dunst
#neovim # Text Editor
#rofi # Menu
#udiskie # Auto Mounting
#vim # Text Editor
#
# Xorg configuration
#xclip # Console Clipboard
#xorg.xev # Input viewer
#xorg.xkill # Kill Applications
#xorg.xrandr # Screen settings
#xterm # Terminal
#
# Xorg home-manager
#picom # Compositer
#polybar # Bar
#sxhkd # Shortcuts
#
# Wayland configuration
#autotiling # Tiling Script
#swayidle # Idle Management Daemon
#wev # Input viewer
#wl-clipboard # Console Clipboard
#
# Wayland home-manager
#pamixer # Pulse Audio Mixer
#swaylock-fancy # Screen Locker
#waybar # Bar
#
# Desktop
#blueman # Bluetooth
#deluge # Torrents
#discord # Chat
#ffmpeg # Video Support (dslr)
#gmtp # Mount MTP (GoPro)
#gphoto2 # Digital Photography
#handbrake # Encoder
#heroic # Game Launcher
#hugo # Static Website Builder
#lutris # Game Launcher
#mkvtoolnix # Matroska Tool
#new-lg4ff # Logitech Drivers
#plex-media-player# Media Player
#polymc # MC Launcher
#steam # Games
#simple-scan # Scanning
#
# Laptop
#blueman # Bluetooth
#light # Display Brightness
#libreoffice # Office Tools
#simple-scan # Scanning
#
# Flatpak # Flatpak
#obs-studio # Recording/Live Streaming super-slicer-latest
#super-slicer-latest
#vscodium #vscodium
(vscode-with-extensions.override { (vscode-with-extensions.override {
vscode = vscodium; vscode = vscodium;