From 6d47209757ec021a21797ca9c04d1de0d9f55617 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Thu, 29 May 2025 19:06:33 +0300 Subject: [PATCH] chore: add back virtualisation and remove specs virt: add virt-manager back specs: removed - no more use for them hw: removed filesystem term due to chance in fs structure --- nixos/configuration.nix | 16 ++++++++++------ nixos/hardware-configuration.nix | 6 ------ nixos/virtualisation.nix | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ac87ce1..e45905f 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -8,9 +8,9 @@ ./nvidia.nix ./fonts.nix ./services/laptop.preset.nix - #./virtualisation.nix + ./virtualisation.nix #./dwm - ./spec.nix + #./spec.nix ./hardware-configuration.nix #./custom-hosts.nix ]; @@ -23,10 +23,11 @@ NIXOS_OZONE_WL = "1"; # GTK_IM_MODULE = lib.mkForce ""; }; - /*services.jellyfin = { - enable = true; - openFirewall = true; - };*/ + /* services.jellyfin = { + enable = true; + openFirewall = true; + }; + */ services.keyd = { enable = true; keyboards = { @@ -64,6 +65,9 @@ #enabled = "ibus"; #ibus.engines = with pkgs.ibus-engines; [rime]; }; + programs.hyprland = { + enable = true; + }; hardware.bluetooth = { enable = true; powerOnBoot = true; diff --git a/nixos/hardware-configuration.nix b/nixos/hardware-configuration.nix index 39e35dc..2691edf 100644 --- a/nixos/hardware-configuration.nix +++ b/nixos/hardware-configuration.nix @@ -25,12 +25,6 @@ fsType = "vfat"; options = [ "fmask=0022" "dmask=0022" ]; }; - - fileSystems."/games" = { - device = "/dev/disk/by-uuid/492b4058-0507-456d-b694-a340222d35af"; - fsType = "ext4"; - }; - swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking diff --git a/nixos/virtualisation.nix b/nixos/virtualisation.nix index 0bc88c9..0fcadcf 100644 --- a/nixos/virtualisation.nix +++ b/nixos/virtualisation.nix @@ -4,7 +4,7 @@ }: { virtualisation = { libvirtd.enable = true; - waydroid.enable = true; + # waydroid.enable = true; podman = { enable = true; dockerCompat = true;