feat: add dependencies to host in home-manager
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{
|
||||
{ config, lib, ... }: {
|
||||
imports = [
|
||||
./user/qt.nix
|
||||
./user/sops.nix
|
||||
@ -12,8 +12,9 @@
|
||||
./user/wofi.nix
|
||||
./user/mako.nix
|
||||
./user/ghostty.nix
|
||||
./user/packages/art.nix
|
||||
./user/packages/desktop.nix
|
||||
./user/packages/coding.nix
|
||||
./user/packages/utils.nix
|
||||
];
|
||||
] ;
|
||||
}
|
||||
|
@ -1,4 +1,6 @@
|
||||
{ pkgs-fixed, ... }: {
|
||||
{ pkgs-fixed, lib, host, ... }:
|
||||
|
||||
lib.mkIf (!host.laptop) {
|
||||
home.packages = with pkgs-fixed; [
|
||||
(blender.override { cudaSupport = true; })
|
||||
aseprite
|
||||
|
Reference in New Issue
Block a user