configurat

This commit is contained in:
KoenDR06 2024-04-05 16:01:08 +00:00
parent 51b5ae9de1
commit ec0253e6f6
3 changed files with 16 additions and 2 deletions

View file

@ -1,2 +1,12 @@
### Rebuild command
sudo nixos-rebuild switch --flake .#hostname
# Setup when done cloning (i.e. things I need to put into my config)
* Logins:
* Bitwarden (Firefox & Desktop)
* Discord
* JetBrains
* Parsec
* Spotify
* Tailscale
* Whatsapp
* Configure Display setup and refresh rate
* Rebuild: sudo nixos-rebuild switch --flake .#hostname

View file

@ -29,6 +29,7 @@
# Enable programs
home.packages = with pkgs; [
bitwarden
discord
jetbrains.clion
@ -46,6 +47,7 @@
python3
platformio-core
qbittorrent
retext
spotify
whatsapp-for-linux
zsh

View file

@ -72,6 +72,8 @@
services.xserver.displayManager.gdm.enable = true;
boot.loader.systemd-boot.enable = true;
services.tailscale.enable = true;
environment.shells = with pkgs; [ zsh ];
services.mullvad-vpn.enable = true;