# Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). { config, pkgs, lib, ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix ]; services.blueman.enable = true; services.upower.enable = true; hardware.i2c.enable = true; hardware.openrazer.enable = true; services.pcscd.enable = true; services.tailscale = { enable = true; useRoutingFeatures = "both"; }; programs.nh = { enable = true; clean.enable = true; clean.extraArgs = "--keep-since 4d --keep 3"; flake = "/home/maya/.config/nixos"; }; programs.adb.enable = true; services.wivrn.enable = true; services.wivrn.openFirewall = true; services.wivrn.defaultRuntime = true; programs.steam.extraCompatPackages = with pkgs; [ proton-ge-rtsp-bin ]; environment.pathsToLink = [ "/share/xdg-desktop-portal" ]; security.sudo.package = pkgs.sudo.override { withInsults = true; }; systemd = { user.services.polkit-gnome-authentication-agent-1 = { description = "polkit-gnome-authentication-agent-1"; wantedBy = [ "graphical-session.target" ]; wants = [ "graphical-session.target" ]; after = [ "graphical-session.target" ]; serviceConfig = { Type = "simple"; ExecStart = "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"; Restart = "on-failure"; RestartSec = 1; TimeoutStopSec = 10; }; }; }; security.polkit.enable = true; boot.loader.systemd-boot.enable = false; boot.loader.limine = { enable = true; style.wallpapers = [ ]; additionalFiles = { "efi/memtest86/memtest86.efi" = "${pkgs.memtest86-efi}/BOOTX64.efi"; "efi/shell.efi" = "${pkgs.edk2-uefi-shell}/shell.efi"; }; extraEntries = '' /memtest86 protocol: efi path: boot():/limine/efi/memtest86/memtest86.efi /shell protocol: efi path: boot():/limine/efi/shell.efi ''; }; boot.loader.efi.canTouchEfiVariables = true; powerManagement.cpuFreqGovernor = "performance"; # Bootloader. programs.virt-manager.enable = true; services.gvfs.enable = true; hardware.keyboard.qmk.enable = true; virtualisation = { libvirtd = { enable = true; extraConfig = '' user="maya" ''; onShutdown = "shutdown"; qemu = { ovmf.enable = true; package = pkgs.qemu_kvm; runAsRoot = true; verbatimConfig = '' namespaces = [] ''; }; }; spiceUSBRedirection.enable = true; }; systemd.packages = with pkgs; [lact]; services.udev.packages = with pkgs; [xr-hardware]; systemd.services.lactd.wantedBy = ["multi-user.target"]; networking.hostName = "apollo"; # Define your hostname. services.udev.extraRules = '' # Qualcomm EDL SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666", GROUP="plugdev" ''; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # Enable networking hardware.graphics = { enable = true; enable32Bit = true; extraPackages = with pkgs; [mesa.opencl libvdpau-va-gl vaapiVdpau vulkan-validation-layers]; extraPackages32 = with pkgs; [driversi686Linux.amdvlk driversi686Linux.mesa.opencl]; }; environment.variables = { ROC_ENABLE_PRE_VEGA = "1"; }; networking.networkmanager = { enable = true; wifi.backend = "iwd"; }; programs.gphoto2.enable = true; # Set your time zone. time.timeZone = "Australia/Perth"; # Select internationalisation properties. i18n.defaultLocale = "en_AU.UTF-8"; nix.settings.experimental-features = "nix-command flakes"; services.udisks2.enable = true; i18n.extraLocaleSettings = { LC_ADDRESS = "en_AU.UTF-8"; LC_IDENTIFICATION = "en_AU.UTF-8"; LC_MEASUREMENT = "en_AU.UTF-8"; LC_MONETARY = "en_AU.UTF-8"; LC_NAME = "en_AU.UTF-8"; LC_NUMERIC = "en_AU.UTF-8"; LC_PAPER = "en_AU.UTF-8"; LC_TELEPHONE = "en_AU.UTF-8"; LC_TIME = "en_AU.UTF-8"; }; # Enable the X11 windowing system. services.xserver.enable = true; programs.dconf.enable = true; # Configure keymap in X11 services.xserver.xkb = { layout = "us"; variant = ""; }; # Enable CUPS to print documents. services.printing.enable = true; nixpkgs.overlays = [ (self: super: { vlc = super.vlc.override { libbluray = super.libbluray.override { withAACS = true; withBDplus = true; }; }; }) ]; services.keyd = { enable = true; keyboards.blackwidow = { ids = ["1532:0241"]; settings.main = { q = "q"; w = "w"; e = "f"; r = "p"; t = "g"; y = "j"; u = "l"; i = "u"; o = "y"; p = ";"; capslock = "backspace"; a = "a"; s = "r"; d = "s"; f = "t"; g = "d"; h = "h"; j = "n"; k = "e"; l = "i"; ";" = "o"; z = "z"; x = "x"; c = "c"; v = "v"; b = "b"; n = "k"; }; }; }; # Enable sound with pipewire. services.pulseaudio.enable = false; security.rtkit.enable = true; services.pipewire = { enable = true; alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; # If you want to use JACK applications, uncomment this jack.enable = true; # use the example session manager (no others are packaged yet so this is enabled by default, # no need to redefine it in your config for now) #media-session.enable = true; }; # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; # Define a user account. Don't forget to set a password with ‘passwd’. users.users.maya = { isNormalUser = true; description = "Maya"; extraGroups = [ "networkmanager" "wheel" "libvirtd" "qemu-libvirt" "camera" "input" "adbusers" "inputs" "uinput" "openrazer"]; }; # Install firefox. programs.firefox.enable = true; services.libinput.enable = true; # Allow unfree packages nixpkgs.config.allowUnfree = true; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget neovim git lact keepassxc looking-glass-client ddcutil xrizer wayvr-dashboard xwayland-satellite polychromatic memtest86-efi edk2-uefi-shell ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; systemd.tmpfiles.rules = [ "f /dev/shm/looking-glass 0660 maya qemu-libvirtd -" ]; # List services that you want to enable: # Enable the OpenSSH daemon. # services.openssh.enable = true; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "24.11"; # Did you read the comment? }