Refactor and add deno for javascript support

This commit is contained in:
2025-08-31 16:49:31 +02:00
parent ad08a4fa5c
commit 07ec9fe590
3 changed files with 20 additions and 18 deletions

View File

@@ -1,30 +1,30 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
imports = [
./hardware-configuration.nix
./../../user/users.nix
./../../user/users.nix
./../../modules/common.nix
./../../modules/common.nix
./../../modules/services/webdav.nix
./../../modules/services/webdav.nix
./../../modules/graphics/workstation.nix
./../../modules/graphics/workstation.nix
./../../modules/hardware/nvidia.nix
./../../modules/hardware/boot.nix
./../../modules/hardware/xremap.nix
];
./../../modules/hardware/nvidia.nix
./../../modules/hardware/boot.nix
./../../modules/hardware/xremap.nix
];
networking.hostName = "minoxy";
networking.hostName = "minoxy";
systemd.targets.sleep.enable = true;
systemd.targets.suspend.enable = true;
systemd.targets.sleep.enable = true;
systemd.targets.suspend.enable = true;
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
virtualisation.docker.enable = true;
virtualisation.docker.storageDriver = "btrfs";
# Never change this!
system.stateVersion = "25.05";
# Never change this!
system.stateVersion = "25.05";
}