blue: add skelet for blue host

This commit is contained in:
2023-09-07 10:57:18 +02:00
parent 55a2150b03
commit 2d8a742ed1
7 changed files with 45 additions and 81 deletions

View File

@@ -6,7 +6,6 @@
{
imports =
[
./hardware-configuration.nix
];
@@ -70,57 +69,6 @@
variables = {
PATH = "$HOME/.cargo/bin";
};
systemPackages = with pkgs; [
acpi
binutils
bluez
bluez-tools
btop
direnv
fd
file
fzf
fzy
gnupg
gptfdisk
htop
interception-tools
jq
nano
neovim
nix-index
nmap
ntfs3g
ntfsprogs
openhantek6022
pax-utils
pciutils
pstree
psutils
ripgrep
rsync
silver-searcher
strace
tig
unrar
unzip
usbutils
vimpc
vulkan-extension-layer
vulkan-loader
vulkan-tools
vulkan-tools-lunarg
vulkan-validation-layers
wget
xdg-utils
zip
z-lua
swaylock
dmidecode
dnsmasq
dhcpcd
uutils-coreutils
];
};
programs = {
@@ -197,7 +145,7 @@
windowManager.i3.enable = true;
};
udev.packages = [ pkgs.openocd pkgs.rtl-sdr pkgs.openhantek6022 ];
udev.packages = [ pkgs.rtl-sdr pkgs.openhantek6022 ];
tlp = {
enable = true;