added VSCodium, fixed stateVersion for Aphelion
This commit is contained in:
@@ -86,8 +86,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 4444 ];
|
||||
programs.amnezia-vpn.enable = true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
networking.hostName = "Aphelion";
|
||||
programs.amnezia-vpn.enable = true;
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
}
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
".local/share/backgrounds"
|
||||
".config/dconf"
|
||||
".config/Code"
|
||||
".config/VSCodium"
|
||||
".config/libreoffice"
|
||||
".config/chromium"
|
||||
".vscode"
|
||||
".vscode-oss"
|
||||
".mozilla"
|
||||
".local/state"
|
||||
".wine"
|
||||
|
||||
Reference in New Issue
Block a user