[NixOS] No packages in base.nix
This commit is contained in:
parent
3301e574ea
commit
8d75e623dc
116
nixos/base.nix
116
nixos/base.nix
@ -50,122 +50,6 @@
|
|||||||
# Update timezone automatically
|
# Update timezone automatically
|
||||||
services.tzupdate.enable = true;
|
services.tzupdate.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
|
|
||||||
# Applications
|
|
||||||
alacritty
|
|
||||||
emacs
|
|
||||||
firefox
|
|
||||||
google-chrome
|
|
||||||
yubikey-manager
|
|
||||||
|
|
||||||
# Haskell Desktop
|
|
||||||
haskellPackages.imalison-xmonad
|
|
||||||
haskellPackages.imalison-taffybar
|
|
||||||
# notifications-tray-icon
|
|
||||||
haskellPackages.status-notifier-item
|
|
||||||
haskellPackages.xmonad
|
|
||||||
haskellPackages.dbus-hslogger
|
|
||||||
|
|
||||||
# Desktop
|
|
||||||
autorandr
|
|
||||||
libnotify
|
|
||||||
lxqt.lxqt-powermanagement
|
|
||||||
networkmanagerapplet
|
|
||||||
notify-osd-customizable
|
|
||||||
pasystray
|
|
||||||
picom
|
|
||||||
pinentry
|
|
||||||
pommed_light
|
|
||||||
rofi
|
|
||||||
rofi-pass
|
|
||||||
rofi-systemd
|
|
||||||
udiskie
|
|
||||||
volnoti
|
|
||||||
|
|
||||||
# xorg
|
|
||||||
wmctrl
|
|
||||||
xclip
|
|
||||||
xdotool
|
|
||||||
xorg.xev
|
|
||||||
xorg.xkbcomp
|
|
||||||
xorg.xwininfo
|
|
||||||
xsettingsd
|
|
||||||
|
|
||||||
|
|
||||||
# Haskell
|
|
||||||
cabal-install
|
|
||||||
cabal2nix
|
|
||||||
ghc
|
|
||||||
# stack
|
|
||||||
haskellPackages.hpack
|
|
||||||
haskellPackages.hasktags
|
|
||||||
haskellPackages.hoogle
|
|
||||||
|
|
||||||
# Rust
|
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
rustfmt
|
|
||||||
|
|
||||||
# Tools
|
|
||||||
automake
|
|
||||||
bind
|
|
||||||
binutils
|
|
||||||
cmake
|
|
||||||
dex
|
|
||||||
direnv
|
|
||||||
dpkg
|
|
||||||
fd
|
|
||||||
file
|
|
||||||
gcc
|
|
||||||
gdb
|
|
||||||
gitAndTools.git-crypt
|
|
||||||
gitAndTools.git-extras
|
|
||||||
gitAndTools.hub
|
|
||||||
gitFull
|
|
||||||
glxinfo
|
|
||||||
gnumake
|
|
||||||
gnupg
|
|
||||||
gparted
|
|
||||||
htop
|
|
||||||
inetutils
|
|
||||||
inotify-tools
|
|
||||||
ispell
|
|
||||||
jq
|
|
||||||
libtool
|
|
||||||
lsof
|
|
||||||
ncdu
|
|
||||||
openvpn
|
|
||||||
parallel
|
|
||||||
pass
|
|
||||||
patchelf
|
|
||||||
pciutils
|
|
||||||
prometheus
|
|
||||||
pscircle
|
|
||||||
pstree
|
|
||||||
rcm
|
|
||||||
scrot
|
|
||||||
silver-searcher
|
|
||||||
swig
|
|
||||||
tmux
|
|
||||||
tzupdate
|
|
||||||
unzip
|
|
||||||
usbutils
|
|
||||||
wget
|
|
||||||
yubikey-manager
|
|
||||||
|
|
||||||
# Nix
|
|
||||||
nix-prefetch-git
|
|
||||||
cachix
|
|
||||||
|
|
||||||
# Miscellaneous
|
|
||||||
android-udev-rules
|
|
||||||
librsvg
|
|
||||||
|
|
||||||
ic-keysmith
|
|
||||||
quill
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
# TODO: Add a comment explaining what this does.
|
# TODO: Add a comment explaining what this does.
|
||||||
|
Loading…
Reference in New Issue
Block a user