move some common stuff to desktop

This commit is contained in:
2024-12-02 20:04:38 +02:00
parent 31b34eb3d7
commit 25955fc0aa
4 changed files with 10 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
{
self,
modulesPath,
pkgs,
...
}:
{
@@ -24,12 +25,7 @@
};
};
boot = {
loader.systemd-boot.enable = true;
supportedFilesystems = [
"btrfs"
];
};
boot.kernelPackages = pkgs.linuxPackages_latest;
isoImage = {
isoName = "toolshed-${self.lastModifiedDate}.iso";