move system config to won directory
This commit is contained in:
parent
4c5c47c9d2
commit
6229f1880f
3 changed files with 0 additions and 0 deletions
42
nixos/packages.nix
Normal file
42
nixos/packages.nix
Normal file
|
@ -0,0 +1,42 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
# List packages installed in system profile.
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
vim
|
||||
vimPlugins.vim-nix
|
||||
vimPlugins.pathogen
|
||||
tmux
|
||||
htop
|
||||
zsh
|
||||
btrfs-progs
|
||||
git
|
||||
python3
|
||||
manpages
|
||||
dnsutils
|
||||
netcat
|
||||
ntfs3g
|
||||
file
|
||||
strace
|
||||
ltrace
|
||||
valgrind
|
||||
lzop
|
||||
p7zip
|
||||
testdisk
|
||||
rsync
|
||||
pv
|
||||
exfat
|
||||
exfat-utils
|
||||
iotop
|
||||
cifs-utils
|
||||
dstat
|
||||
|
||||
# NetworkManager stuff
|
||||
networkmanager-openconnect
|
||||
networkmanager-vpnc
|
||||
kdeApplications.akonadi-mime # for KOrganizer
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue