update flake
This commit is contained in:
@@ -20,7 +20,7 @@ in {
|
||||
nerdfonts # noto and hack
|
||||
#noto-fonts
|
||||
#noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
#font-awesome
|
||||
];
|
||||
services.libinput = {
|
||||
|
||||
@@ -13,6 +13,6 @@ in
|
||||
environment.systemPackages = with pkgs; [
|
||||
docker-compose
|
||||
];
|
||||
virtualisation.docker.enableNvidia = lib.mkIf config.custom.hardware.nvidia.enable true;
|
||||
hardware.nvidia-container-toolkit.enable = lib.mkIf config.custom.hardware.nvidia.enable true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user