random garbage

This commit is contained in:
Tao Tien 2024-04-29 13:53:43 -07:00
parent 333fc943df
commit bb121c2d33
4 changed files with 7 additions and 39 deletions

View file

@ -32,9 +32,13 @@
wget
zstd
];
programs.firefox.enable = true;
programs.partition-manager.enable = lib.mkDefault true;
programs.nh = {
enable = true;
};
programs.firefox.enable = true;
programs.firefox.policies = {
DisablePocket = true;
PasswordManagerEnabled = false;

View file

@ -67,7 +67,7 @@
fsType = "btrfs";
options = ["subvol=home_snaps/" "noatime" "compress-force=zstd:3" "discard=async"];
};
fileSystems."/home/tao/Games" = {
fileSystems."/home/tao/games" = {
device = "/dev/disk/by-uuid/eb9fcce2-e9f3-438a-b5ce-8f72f32f0e09";
fsType = "btrfs";
options = ["subvol=games" "nosuid" "nodev" "noatime" "compress-force=zstd:3" "users" "rw" "exec" "discard=async"];

View file

@ -16,7 +16,6 @@
# ];
environment.systemPackages = with pkgs; [
# fw-ectool
framework-tool
nvtopPackages.amd
];
@ -63,6 +62,7 @@ AttrKeyboardIntegration=internal";
'';
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_zen;
boot.initrd.availableKernelModules = [
"nvme"
"sd_mod"