Lots of new things
This commit is contained in:
parent
9106b33ec9
commit
7722d6fa41
6 changed files with 48 additions and 6 deletions
|
@ -21,6 +21,9 @@ in
|
|||
dotnetCorePackages.sdk_8_0_3xx
|
||||
docker-slim
|
||||
|
||||
awscli
|
||||
unstable.minio-client
|
||||
hugo
|
||||
sqlc
|
||||
postgresql
|
||||
go-migrate-pg
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
extraRules = ''
|
||||
KERNEL=="ttyACM0", MODE:="666"
|
||||
ACTION=="add", KERNEL=="sd[a-e][0-9]", ENV{ID_FS_UUID}=="3039-3932", RUN+="${pkgs.systemd}/bin/systemd-mount --no-block -A -G -o gid=users,fmask=113,dmask=002 /dev/%k /mnt/sdcard"
|
||||
ACTION=="add", KERNEL=="sd[a-e]", ENV{ID_FS_UUID}=="66BA-4EBA", RUN+="${pkgs.systemd}/bin/systemd-mount --no-block -A -G -o gid=users,fmask=113,dmask=002 /dev/%k /mnt/kobo"
|
||||
'';
|
||||
packages = with pkgs; [
|
||||
vial
|
||||
|
@ -30,9 +31,12 @@
|
|||
slack
|
||||
speedcrunch
|
||||
remmina
|
||||
|
||||
# Browsers
|
||||
librewolf
|
||||
unstable.qutebrowser
|
||||
jan
|
||||
chawan
|
||||
|
||||
# Capturing
|
||||
byzanz
|
||||
|
|
|
@ -62,5 +62,13 @@
|
|||
pass-update
|
||||
]))
|
||||
lazygit
|
||||
|
||||
# Typesetting
|
||||
typst
|
||||
typstyle
|
||||
tinymist
|
||||
websocat
|
||||
nix-search-cli
|
||||
libsixel
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue