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 # Setup when done cloning (i.e. things I need to put into my config)
sudo nixos-rebuild switch --flake .#hostname * 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 # Enable programs
home.packages = with pkgs; [ home.packages = with pkgs; [
bitwarden bitwarden
discord discord
jetbrains.clion jetbrains.clion
@ -46,6 +47,7 @@
python3 python3
platformio-core platformio-core
qbittorrent qbittorrent
retext
spotify spotify
whatsapp-for-linux whatsapp-for-linux
zsh zsh

View file

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