Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3efe2e6354 | |||
| 896247d7ba | |||
| c401dde8d5 | |||
| c29451d38a | |||
| 3f2e3d99e5 | |||
| b419bf6cf3 |
@@ -12,6 +12,7 @@
|
||||
lazygit
|
||||
pnpm
|
||||
ni
|
||||
code-cursor-fhs
|
||||
|
||||
# LSPs and formatters (previously via Mason)
|
||||
stylua
|
||||
|
||||
@@ -132,7 +132,9 @@ in {
|
||||
"gid=1000"
|
||||
"iocharset=utf8"
|
||||
"nofail"
|
||||
"x-systemd.automount"
|
||||
"_netdev"
|
||||
"noserverino"
|
||||
"vers=3.0"
|
||||
];
|
||||
};
|
||||
@@ -146,7 +148,9 @@ in {
|
||||
"gid=1000"
|
||||
"iocharset=utf8"
|
||||
"nofail"
|
||||
"x-systemd.automount"
|
||||
"_netdev"
|
||||
"noserverino"
|
||||
"vers=3.0"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages.handy = pkgs.appimageTools.wrapType2 rec {
|
||||
pname = "handy";
|
||||
version = "0.7.10";
|
||||
version = "0.8.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
|
||||
hash = "sha256-vBOcXCCJr9D0u0h27nN4XLPPngx4m+toAfi6O6Fuojk=";
|
||||
hash = "sha256-PLcssfd6iMx51mglAJ7D4+67HFazwfhJMImgU9WiNDk=";
|
||||
};
|
||||
|
||||
extraInstallCommands = let
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
perSystem = { pkgs, ... }: {
|
||||
packages.helium = pkgs.appimageTools.wrapType2 rec {
|
||||
pname = "helium";
|
||||
version = "0.10.5.1";
|
||||
version = "0.10.6.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/${pname}-${version}-x86_64.AppImage";
|
||||
hash = "sha256-c/ea8C1XjTkBo0/ujGHEbKWyCmRMxyuiuOzAO9AMf1o=";
|
||||
hash = "sha256-6xqNRaP3aqitEseexRVEEjKkJClC0j1HHZoRGQanhSk=";
|
||||
};
|
||||
|
||||
extraInstallCommands = let
|
||||
|
||||
Reference in New Issue
Block a user