use legcord instead of vesktop
This commit is contained in:
@@ -67,7 +67,8 @@
|
|||||||
main-user.packages = with pkgs; [
|
main-user.packages = with pkgs; [
|
||||||
warp-terminal
|
warp-terminal
|
||||||
prismlauncher
|
prismlauncher
|
||||||
vesktop
|
# vesktop
|
||||||
|
legcord
|
||||||
kdenlive
|
kdenlive
|
||||||
libsForQt5.qt5ct
|
libsForQt5.qt5ct
|
||||||
libsForQt5.lightly
|
libsForQt5.lightly
|
||||||
@@ -77,6 +78,21 @@
|
|||||||
# (pkgs.callPackage ./apps/tuxstrap.nix {})
|
# (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!
|
# CHANGE YOUR NAME IN HOME MANAGER!
|
||||||
|
|
||||||
main-user.userName = "ocbwoy3";
|
main-user.userName = "ocbwoy3";
|
||||||
|
|||||||
Reference in New Issue
Block a user