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

@@ -12,7 +12,14 @@ in
{
imports = [ ../dev ];
config = {
boot.supportedFilesystems = [ "ntfs" ];
boot = {
supportedFilesystems = [
"btrfs"
"ntfs"
];
kernelModules = [ "kvm-intel" ];
loader.systemd-boot.enable = true;
};
hardware.bluetooth = {
enable = true;