mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
gcc
This commit is contained in:
parent
e9d1b10ae0
commit
8786e672dc
2 changed files with 1 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ in
|
|||
};
|
||||
home.packages = with pkgs; [
|
||||
lazygit
|
||||
gcc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ in
|
|||
home.packages = with pkgs; [
|
||||
nix-init
|
||||
nix-prefetch-git
|
||||
|
||||
gcc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue