use legcord instead of vesktop
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user