diff --git a/common/desktop/default.nix b/common/desktop/default.nix index 4cd0a2fa..69b654b6 100644 --- a/common/desktop/default.nix +++ b/common/desktop/default.nix @@ -94,7 +94,7 @@ fonts.packages = with pkgs; [ material-design-icons noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji dejavu_fonts (nerdfonts.override { diff --git a/flake.lock b/flake.lock index 87ec2b62..26112147 100644 --- a/flake.lock +++ b/flake.lock @@ -623,11 +623,11 @@ ] }, "locked": { - "lastModified": 1729716953, - "narHash": "sha256-FbRKGRRd0amsk/WS/UV9ukJ8jT1dZ2pJBISxkX+uq6A=", + "lastModified": 1729894599, + "narHash": "sha256-nL9nzNE5/re/P+zOv7NX6bRm5e+DeS1HIufQUJ01w20=", "owner": "nix-community", "repo": "home-manager", - "rev": "a4353cc43d1b4dd6bdeacea90eb92a8b7b78a9d7", + "rev": "93435d27d250fa986bfec6b2ff263161ff8288cb", "type": "github" }, "original": { @@ -995,11 +995,11 @@ }, "nur": { "locked": { - "lastModified": 1729799218, - "narHash": "sha256-Zm94AkByXPxdA9LU7fgfkKp5o5pnUGLPIdcqFu+tUDc=", + "lastModified": 1729926824, + "narHash": "sha256-hyEQzQub0OzpfXdqFboHvwtl9Pl43x2fLE9SDCRYg5A=", "owner": "nix-community", "repo": "NUR", - "rev": "4680fc334df27df13fe855d30a51990a1c9975c7", + "rev": "bdf0b3886aed8a9f967c15d14ea9a878ea67b8af", "type": "github" }, "original": { diff --git a/hosts/thalassa/aoife/hardware.nix b/hosts/thalassa/aoife/hardware.nix index 88701699..cf952932 100644 --- a/hosts/thalassa/aoife/hardware.nix +++ b/hosts/thalassa/aoife/hardware.nix @@ -15,8 +15,6 @@ enable = true; extraPackages = with pkgs; [ amdvlk - rocm-opencl-icd - rocm-opencl-runtime mesa.drivers ]; }; diff --git a/hosts/thalassa/aoife/uni.nix b/hosts/thalassa/aoife/uni.nix index a7d63877..1b8908e5 100644 --- a/hosts/thalassa/aoife/uni.nix +++ b/hosts/thalassa/aoife/uni.nix @@ -13,12 +13,9 @@ virtualisation = { podman.enable = true; - virtualbox.host = { - # enableKvm = true; - enable = true; - enableHardening = false; - enableExtensionPack = true; - }; + # virtualbox.host = { + # enable = true; + # }; docker = { enable = false; storageDriver = "btrfs";