Compare commits

..

No commits in common. "eddcd2eaf74665333bd324898ce568149dedc052" and "10e5afd7410a4611d436bf93772cb5a34aea42d0" have entirely different histories.

2 changed files with 3 additions and 9 deletions

View file

@ -11,17 +11,11 @@
neofetch nnn zip xz unzip p7zip ripgrep jq yq-go mtr iperf3 dnsutils neofetch nnn zip xz unzip p7zip ripgrep jq yq-go mtr iperf3 dnsutils
ldns aria2 socat nmap ipcalc file which tree gnused gnutar gawk zstd ldns aria2 socat nmap ipcalc file which tree gnused gnutar gawk zstd
gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool gnupg btop iotop iftop strace ltrace lsof sysstat lm_sensors ethtool
pciutils usbutils nix-output-monitor virtualenv python3 gh pciutils usbutils nix-output-monitor
] ++ lib.optionals gui [ ] ++ lib.optionals gui [
gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic mpv gnome-tweaks obs-studio rpi-imager google-cloud-sdk supersonic
]; ];
programs.direnv = {
enable = true;
enableBashIntegration = true; # see note on other shells below
nix-direnv.enable = true;
};
programs.firefox = lib.mkIf gui { programs.firefox = lib.mkIf gui {
enable = true; enable = true;
profiles.default = { profiles.default = {

View file

@ -4,7 +4,7 @@
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils
]; ];
programs.nixvim.enable = true; programs.nixvim.enable = true;
programs.nixvim.defaultEditor = true; programs.nixvim.defaultEditor = true;