Update inputs
This commit is contained in:
parent
ab39fb528b
commit
29fe8f5900
4 changed files with 44 additions and 44 deletions
|
|
@ -49,8 +49,6 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
services.udisks2.enable = true;
|
||||
|
|
@ -212,6 +210,8 @@ in
|
|||
|
||||
ledger-live-desktop
|
||||
monero-gui
|
||||
|
||||
android-tools
|
||||
])
|
||||
++ [ pkgs.jellyfin-mpv-shim ];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ in
|
|||
pkgs.pandoc
|
||||
|
||||
# Formatters and linters
|
||||
pkgs.nixfmt-rfc-style # nix formatter
|
||||
pkgs.nixfmt # nix formatter
|
||||
pkgs.nixpkgs-fmt
|
||||
pkgs.shfmt # sh formatter
|
||||
pkgs.shellcheck # sh linter
|
||||
|
|
@ -46,7 +46,7 @@ in
|
|||
|
||||
# LSPs
|
||||
pkgs.coursier
|
||||
# metals # Scala
|
||||
pkgs.metals # Scala
|
||||
|
||||
# Nix
|
||||
pkgs.nil
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ in
|
|||
# Nix
|
||||
nixd
|
||||
statix
|
||||
nixfmt-rfc-style
|
||||
nixfmt
|
||||
|
||||
# SQL
|
||||
sqlfluff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue