Compare commits

...

3 Commits

2 changed files with 17 additions and 4 deletions

View File

@ -8,10 +8,21 @@
{
# nix.settings.experimental-features = ["nix-command" "flakes" ];
fileSystems."/ntfs" = {
fsType = "ntfs-3g";
device = "/dev/disk/by-uuid/028A49020517BEA9";
};
fileSystems = lib.mkMerge [
{
"/ntfs" = {
fsType = "ntfs-3g";
device = "/dev/disk/by-uuid/028A49020517BEA9";
};
"/.btrfsroot" = {
options = [ "subvol=/" ];
};
}
(lib.genAttrs [ "/.btrfsroot" "/" "/home" "/nix" ] ( fs: {
options = [ "compress=zstd" ];
}))
];
imports =
[ # Include the results of the hardware scan.

View File

@ -27,6 +27,8 @@ in
capSysNice = lib.mkDefault false;
};
virtualisation.waydroid.enable = lib.mkDefault true;
environment.systemPackages = with pkgs; [
mangohud
goverlay