diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 7cb4753..19b4476 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -25,6 +25,8 @@ hardware.opengl.driSupport32Bit = true; hardware.pulseaudio.support32Bit = true; + hardware.u2f.enable = true; + networking.hostName = "rog-paul"; # Define your hostname. networking.networkmanager.enable = true; # Enables wireless support via wpa_supplicant. @@ -43,6 +45,7 @@ nixpkgs.config.allowUnfree = true; environment.systemPackages = with pkgs; [ gitFull + tig neovim usbutils filezilla @@ -54,6 +57,15 @@ nix-zsh-completions python3Full openvpn + qbittorrent + transmission-remote-gtk + yarn2nix + file + binutils + patchelf + gcc + nix-index + appimage-run gopass xclip @@ -80,6 +92,10 @@ gwenview kcalc spectacle + + gnome-breeze + arc-theme + materia-theme libreoffice gimp @@ -88,9 +104,17 @@ steam_primus sc-controller + steam-run + minecraft - electrum - electron-cash + glxinfo + i7z + lshw + nmap + nox + obs-studio + sassc + telnet ]; programs.tmux.enable = true; @@ -168,7 +192,7 @@ users.defaultUserShell = pkgs.zsh; programs.zsh.enable = true; - programs.zsh.enableAutosuggestions = true; + programs.zsh.autosuggestions.enable = true; programs.zsh.enableCompletion = true; programs.zsh.syntaxHighlighting.enable = true; programs.zsh.ohMyZsh.enable = true;