an attempt at adding nixbook like configs
This commit is contained in:
parent
66b3d72932
commit
64fce53607
4 changed files with 347 additions and 2 deletions
96
systems/nixbook/pkgs.nix
Normal file
96
systems/nixbook/pkgs.nix
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
exfat
|
||||
exfatprogs
|
||||
zellij
|
||||
wget
|
||||
killall
|
||||
gnumake
|
||||
smartmontools
|
||||
git
|
||||
p7zip
|
||||
zip
|
||||
gzip
|
||||
usbutils
|
||||
binutils
|
||||
eza
|
||||
nushell
|
||||
yt-dlp
|
||||
bat
|
||||
rsync
|
||||
jq
|
||||
ripgrep
|
||||
fd
|
||||
socat
|
||||
ffmpeg-full
|
||||
imagemagick
|
||||
libheif
|
||||
trash-cli
|
||||
htop
|
||||
btop
|
||||
nvtopPackages.full
|
||||
bc
|
||||
sysstat
|
||||
procs
|
||||
pandoc
|
||||
samba
|
||||
pinentry
|
||||
pinentry-qt
|
||||
caffeine-ng
|
||||
hunspell
|
||||
hunspellDicts.en_US-large
|
||||
openssh
|
||||
openssl
|
||||
kdePackages.ark
|
||||
kdePackages.breeze
|
||||
kdePackages.dolphin
|
||||
xdg-utils
|
||||
kdePackages.kio-fuse
|
||||
kdePackages.kio-extras
|
||||
kdePackages.ffmpegthumbs
|
||||
kdePackages.kdegraphics-thumbnailers
|
||||
kdePackages.kdesdk-thumbnailers
|
||||
kdePackages.okular
|
||||
scribus
|
||||
brightnessctl
|
||||
mpc-cli
|
||||
ungoogled-chromium
|
||||
brave
|
||||
kdePackages.kwallet-pam
|
||||
aria2
|
||||
kdePackages.kwallet
|
||||
nerd-fonts.victor-mono
|
||||
kdePackages.plasma-browser-integration
|
||||
glxinfo
|
||||
vulkan-tools
|
||||
wayland-utils
|
||||
nextcloud-client
|
||||
papirus-icon-theme
|
||||
phinger-cursors
|
||||
kdePackages.kde-cli-tools
|
||||
gzip
|
||||
virt-viewer
|
||||
inkscape
|
||||
libreoffice-qt6-fresh
|
||||
vlc
|
||||
any-nix-shell
|
||||
wtype
|
||||
xdotool
|
||||
bluez-tools
|
||||
lxappearance
|
||||
mediainfo
|
||||
libmediainfo
|
||||
rubberband
|
||||
texlive.combined.scheme-full
|
||||
pamixer
|
||||
playerctl
|
||||
gimp
|
||||
power-profiles-daemon
|
||||
python3
|
||||
kdePackages.plasma-sdk
|
||||
wireguard-tools
|
||||
cosmic-settings
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue