live flake

This commit is contained in:
TheWanderingCrow 2024-12-29 11:48:36 -05:00
parent cd81d976af
commit 7eeaa08239
2 changed files with 2 additions and 1 deletions

View file

@ -60,7 +60,6 @@
specialArgs = {
inherit inputs;
pkgs = import nixpkgs {
localSystem = "x86_64-linux";
config.allowUnfree = true;
};
};

View file

@ -10,6 +10,8 @@
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
];
nixpkgs.hostPlatform = "x86_64-linux";
boot.supportedFilesystems = lib.mkForce ["btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];
desktop.sway.enable = true;