updates
Some checks failed
Lint / lint (push) Has been cancelled

This commit is contained in:
Vivian 2024-10-26 09:49:22 +02:00
parent 98fb1316e7
commit c4b08af314
4 changed files with 10 additions and 15 deletions

View file

@ -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 {

12
flake.lock generated
View file

@ -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": {

View file

@ -15,8 +15,6 @@
enable = true;
extraPackages = with pkgs; [
amdvlk
rocm-opencl-icd
rocm-opencl-runtime
mesa.drivers
];
};

View file

@ -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";