Update and Nvidia Suspend / Wake
This commit is contained in:
parent
29d6dd7a00
commit
0dd9177eca
3 changed files with 45 additions and 38 deletions
|
@ -24,10 +24,6 @@
|
|||
themePackages = [( pkgs.adi1090x-plymouth-themes.override { selected_themes = [ "black_hud" ]; })];
|
||||
};
|
||||
|
||||
# For VirtualBox to work
|
||||
# https://github.com/NixOS/nixpkgs/issues/363887
|
||||
boot.kernelParams = [ "kvm.enable_virt_at_load=0" ];
|
||||
|
||||
networking.hostName = "t0urn3s0l"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
@ -179,6 +175,7 @@
|
|||
inkscape # SVG Editor
|
||||
protonmail-bridge # To access protonmail on thunderbird
|
||||
thunderbird # Mail client
|
||||
libreoffice # Document editing
|
||||
|
||||
|
||||
# Shell stuff
|
||||
|
@ -206,6 +203,7 @@
|
|||
eza # ls but better
|
||||
eva # calculator
|
||||
util-linux # Set of system utilities
|
||||
sshfs # A filesystem to mount drives over ssh
|
||||
|
||||
# Utilities
|
||||
wl-clipboard # Clipboard manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue