diff --git a/configuration.nix b/configuration.nix index 4290408..edd2155 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,6 +68,7 @@ in }; users.groups.libvirtd.members = [ "allen" ]; + users.groups.plugdev.members = [ "allen" ]; programs.firefox.enable = true; @@ -77,6 +78,7 @@ in vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. pkg-config wget + ntfs3g openssl gnome-tweaks xf86_input_wacom diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 7e160d4..61e835c 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -11,6 +11,7 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "thunderbolt" "nvme" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; + boot.kernelParams = [ "modprobe.blacklist=dvb_usb_rtl28xxu" ]; boot.extraModulePackages = [ ]; fileSystems."/" = @@ -26,6 +27,12 @@ options = [ "fmask=0077" "dmask=0077" ]; }; + fileSystems."/mnt/share" = + { device = "/dev/disk/by-uuid/0D608CA53E06CE7A"; + fsType = "ntfs-3g"; + options = [ "rw" "uid=1000" "gid=100" "umask=022" ]; + }; + swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking @@ -35,6 +42,8 @@ networking.useDHCP = lib.mkDefault true; # networking.interfaces.wlo1.useDHCP = lib.mkDefault true; + services.udev.packages = [ pkgs.rtl-sdr ]; + nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; } diff --git a/modules/home/alacritty.nix b/modules/home/alacritty.nix index 5acbcf0..ad03f1d 100644 --- a/modules/home/alacritty.nix +++ b/modules/home/alacritty.nix @@ -10,6 +10,11 @@ padding.x = 50; padding.y = 50; }; + colors = { + primary = { + background = "#040404"; + }; + }; scrolling.multiplier = 5; selection.save_to_clipboard = true; }; diff --git a/pkgs/tools.nix b/pkgs/tools.nix index 72f318c..110a924 100644 --- a/pkgs/tools.nix +++ b/pkgs/tools.nix @@ -4,6 +4,7 @@ with pkgs; [ libreoffice + lmstudio waybar sdrpp gqrx