feat: add dependencies to host in home-manager
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ pkgs, pkgs-fixed, ... }: {
|
||||
{ pkgs, pkgs-fixed, host, ... }: {
|
||||
disabledModules = [ ../../modules/user/packages/coding.nix ];
|
||||
home.packages = with pkgs; [
|
||||
nautilus
|
||||
@ -7,4 +7,5 @@
|
||||
python3
|
||||
pkgs-fixed.jetbrains.pycharm-community
|
||||
];
|
||||
programs.hyprlock.enable = host.laptop;
|
||||
}
|
||||
|
Reference in New Issue
Block a user