blue: add skelet for blue host
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user