This is a flake configuration for NixOS with KDE plasma 6
This is for when you change the system configuration.
sudo nixos-rebuild switch --flake ./#default
This is for when you want to update the current packages in the system configuration.
sudo nixos-rebuild switch --upgrade --flake ./#default
This is a WIP.