Installation programmes
This commit is contained in:
parent
24c352d37f
commit
5e2ef02249
@ -25,6 +25,8 @@
|
|||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
hardware.pulseaudio.support32Bit = true;
|
hardware.pulseaudio.support32Bit = true;
|
||||||
|
|
||||||
|
hardware.u2f.enable = true;
|
||||||
|
|
||||||
networking.hostName = "rog-paul"; # Define your hostname.
|
networking.hostName = "rog-paul"; # Define your hostname.
|
||||||
networking.networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
networking.networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
||||||
@ -43,6 +45,7 @@
|
|||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gitFull
|
gitFull
|
||||||
|
tig
|
||||||
neovim
|
neovim
|
||||||
usbutils
|
usbutils
|
||||||
filezilla
|
filezilla
|
||||||
@ -54,6 +57,15 @@
|
|||||||
nix-zsh-completions
|
nix-zsh-completions
|
||||||
python3Full
|
python3Full
|
||||||
openvpn
|
openvpn
|
||||||
|
qbittorrent
|
||||||
|
transmission-remote-gtk
|
||||||
|
yarn2nix
|
||||||
|
file
|
||||||
|
binutils
|
||||||
|
patchelf
|
||||||
|
gcc
|
||||||
|
nix-index
|
||||||
|
appimage-run
|
||||||
|
|
||||||
gopass
|
gopass
|
||||||
xclip
|
xclip
|
||||||
@ -80,6 +92,10 @@
|
|||||||
gwenview
|
gwenview
|
||||||
kcalc
|
kcalc
|
||||||
spectacle
|
spectacle
|
||||||
|
|
||||||
|
gnome-breeze
|
||||||
|
arc-theme
|
||||||
|
materia-theme
|
||||||
|
|
||||||
libreoffice
|
libreoffice
|
||||||
gimp
|
gimp
|
||||||
@ -88,9 +104,17 @@
|
|||||||
|
|
||||||
steam_primus
|
steam_primus
|
||||||
sc-controller
|
sc-controller
|
||||||
|
steam-run
|
||||||
|
minecraft
|
||||||
|
|
||||||
electrum
|
glxinfo
|
||||||
electron-cash
|
i7z
|
||||||
|
lshw
|
||||||
|
nmap
|
||||||
|
nox
|
||||||
|
obs-studio
|
||||||
|
sassc
|
||||||
|
telnet
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.tmux.enable = true;
|
programs.tmux.enable = true;
|
||||||
@ -168,7 +192,7 @@
|
|||||||
|
|
||||||
users.defaultUserShell = pkgs.zsh;
|
users.defaultUserShell = pkgs.zsh;
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.zsh.enableAutosuggestions = true;
|
programs.zsh.autosuggestions.enable = true;
|
||||||
programs.zsh.enableCompletion = true;
|
programs.zsh.enableCompletion = true;
|
||||||
programs.zsh.syntaxHighlighting.enable = true;
|
programs.zsh.syntaxHighlighting.enable = true;
|
||||||
programs.zsh.ohMyZsh.enable = true;
|
programs.zsh.ohMyZsh.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user