configurat
This commit is contained in:
parent
51b5ae9de1
commit
ec0253e6f6
3 changed files with 16 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue