Installation programmes
This commit is contained in:
parent
24c352d37f
commit
5e2ef02249
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user