use legcord instead of vesktop

This commit is contained in:
2024-12-22 23:37:13 +02:00
parent 0bd23ddf85
commit 54cbedb21c

View File

@@ -67,7 +67,8 @@
main-user.packages = with pkgs; [
warp-terminal
prismlauncher
vesktop
# vesktop
legcord
kdenlive
libsForQt5.qt5ct
libsForQt5.lightly
@@ -77,6 +78,21 @@
# (pkgs.callPackage ./apps/tuxstrap.nix {})
];
fileSystems = {
"/".options = [ "compress=zstd" ];
"/home".options = [ "compress=zstd" ];
"/nix".options = [ "compress=zstd" "noatime" ];
"/swap".options = [ "noatime "];
};
swapDevices = [ { device = "/swap/swapfile"; } ];
services.btrfs.autoScrub = {
enable = true;
interval = "monthly";
fileSystems = [ "/" ];
};
# CHANGE YOUR NAME IN HOME MANAGER!
main-user.userName = "ocbwoy3";