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