This commit is contained in:
KoenDR06 2024-04-08 10:49:03 +02:00
commit cf603f863f
5 changed files with 19 additions and 5 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,12 +29,13 @@
# Enable programs
home.packages = with pkgs; [
bitwarden
discord
jetbrains.clion
jetbrains.pycharm-professional
jetbrains.idea-ultimate
jetbrains.jdk
jdk
gimp
gnome.gnome-tweaks
gnomeExtensions.just-perfection
@ -46,6 +47,7 @@
python3
platformio-core
qbittorrent
retext
spotify
whatsapp-for-linux
zsh

View file

@ -7,7 +7,6 @@
color-scheme = "prefer-dark";
enable-hot-corners = false;
show-battery-percentage = true;
locate-pointer = true;
};
"org/gnome/desktop/search-providers" = {

View file

@ -27,8 +27,9 @@
# Enable programs
home.packages = with pkgs; [
docker-compose
htop
python
python3
tailscale
wakeonlan
];

View file

@ -73,6 +73,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;