From 7f4affb4fa7b17d98c66a5a14eab15bde893c7c6 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Thu, 6 Jun 2024 18:27:19 -0500 Subject: [PATCH] New packages + add what Peter needs --- configuration.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/configuration.nix b/configuration.nix index 09d44a0..6decbdc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 ];