New packages + add what Peter needs
This commit is contained in:
parent
b484f05d17
commit
7f4affb4fa
1 changed files with 13 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ in
|
|||
zfs.autoSnapshot.enable = true;
|
||||
hardware.bolt.enable = true;
|
||||
nscd.enable = true;
|
||||
blueman.enable = true;
|
||||
|
||||
pipewire = {
|
||||
enable = true;
|
||||
|
|
@ -107,6 +108,10 @@ in
|
|||
printers = {
|
||||
|
||||
};
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
};
|
||||
|
||||
security = {
|
||||
|
|
@ -157,10 +162,13 @@ in
|
|||
vim
|
||||
emacs
|
||||
tmux
|
||||
signal-desktop
|
||||
|
||||
# emacs dependencies
|
||||
ispell
|
||||
ripgrep
|
||||
cmake
|
||||
gnumake
|
||||
|
||||
# browsers
|
||||
google-chrome
|
||||
|
|
@ -172,6 +180,11 @@ in
|
|||
wget
|
||||
nmap
|
||||
bind
|
||||
|
||||
# Other
|
||||
racket
|
||||
ruby
|
||||
python3
|
||||
];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue