changed dev apps to system packages
This commit is contained in:
parent
09e213195d
commit
ad21b30764
1 changed files with 21 additions and 23 deletions
|
|
@ -17,8 +17,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${homeCfg.username} = {
|
||||
home.packages = with pkgs; [
|
||||
environment.systemPackages = with pkgs; [
|
||||
dotnetCorePackages.sdk_9_0
|
||||
gcc
|
||||
ghex
|
||||
|
|
@ -40,5 +39,4 @@ in {
|
|||
uv
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue