Compare commits

..

No commits in common. "2ce393d1aec51527824fde5c7680214f6d2b2b67" and "8e3ce585512efc1c9f9a74d79918fef2c3fc1d5f" have entirely different histories.

2 changed files with 4 additions and 17 deletions

View File

@ -8,21 +8,10 @@
{
# nix.settings.experimental-features = ["nix-command" "flakes" ];
fileSystems = lib.mkMerge [
{
"/ntfs" = {
fileSystems."/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,8 +27,6 @@ in
capSysNice = lib.mkDefault false;
};
virtualisation.waydroid.enable = lib.mkDefault true;
environment.systemPackages = with pkgs; [
mangohud
goverlay