feat: remove unnecesarry programs.
This commit is contained in:
parent
ed578a39b8
commit
7acedb3017
1 changed files with 0 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
inputs,
|
inputs,
|
||||||
config,
|
config,
|
||||||
home,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
|
|
@ -13,16 +12,12 @@
|
||||||
config = lib.mkIf config.crony.shell-additions.enable {
|
config = lib.mkIf config.crony.shell-additions.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
android-tools
|
android-tools
|
||||||
nix-output-monitor
|
|
||||||
nvd
|
|
||||||
nurl
|
nurl
|
||||||
# termsonic
|
|
||||||
inputs.agenix.packages.${stdenv.hostPlatform.system}.default
|
inputs.agenix.packages.${stdenv.hostPlatform.system}.default
|
||||||
inputs.deploy-rs.packages.${stdenv.hostPlatform.system}.default
|
inputs.deploy-rs.packages.${stdenv.hostPlatform.system}.default
|
||||||
inputs.hb-downloader.packages.${stdenv.hostPlatform.system}.default
|
inputs.hb-downloader.packages.${stdenv.hostPlatform.system}.default
|
||||||
inputs.extract-romset.packages.${stdenv.hostPlatform.system}.default
|
inputs.extract-romset.packages.${stdenv.hostPlatform.system}.default
|
||||||
inputs.note.packages.${stdenv.hostPlatform.system}.default
|
inputs.note.packages.${stdenv.hostPlatform.system}.default
|
||||||
croc
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue