ref: remove host.laptop from user modules

This commit is contained in:
2025-12-01 22:22:18 +03:00
parent 3835443178
commit ce4e5e3d50
6 changed files with 9 additions and 25 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ pkgs-fixed, lib, host, ... }:
{ pkgs-fixed, lib, osConfig, ... }:
lib.mkIf (!host.laptop) {
lib.mkIf (!osConfig.host.laptop) {
home.packages = with pkgs-fixed; [
(blender.override { cudaSupport = true; })
aseprite