added candyland as a lazy scheme
This commit is contained in:
parent
3d8354e42a
commit
9eed0d4612
2 changed files with 17 additions and 9 deletions
|
|
@ -123,9 +123,7 @@
|
|||
# ======================
|
||||
# sudo nixos-rebuild switch --flake .
|
||||
environment.systemPackages = with pkgs; [
|
||||
# vim
|
||||
wget
|
||||
# neovim
|
||||
lunarvim
|
||||
vscode
|
||||
python3
|
||||
|
|
@ -178,11 +176,6 @@
|
|||
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
|
||||
};
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn; # mullvad only has the cli
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue