run alejandra new version
This commit is contained in:
parent
e18bac41e2
commit
e7c8e9ac5a
|
@ -21,7 +21,6 @@
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
# shell usage
|
# shell usage
|
||||||
|
|
||||||
bat
|
bat
|
||||||
fd
|
fd
|
||||||
file
|
file
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
# development
|
# development
|
||||||
|
|
||||||
git
|
git
|
||||||
git-crypt
|
git-crypt
|
||||||
git-lfs
|
git-lfs
|
||||||
|
@ -40,7 +38,6 @@
|
||||||
python3
|
python3
|
||||||
vim
|
vim
|
||||||
# terminal utilities
|
# terminal utilities
|
||||||
|
|
||||||
htop
|
htop
|
||||||
unzip
|
unzip
|
||||||
zip
|
zip
|
||||||
|
|
|
@ -24,9 +24,8 @@ in {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
sqlite # needed by org-roam
|
sqlite # needed by org-roam
|
||||||
|
|
||||||
# fonts used by my config
|
# fonts used by my config
|
||||||
|
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
iosevka-bin
|
iosevka-bin
|
||||||
;
|
;
|
||||||
|
|
|
@ -41,7 +41,6 @@ in {
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
# FIXME: is this useful?
|
# FIXME: is this useful?
|
||||||
|
|
||||||
font-awesome
|
font-awesome
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -20,13 +20,11 @@
|
||||||
inherit
|
inherit
|
||||||
(pkgs)
|
(pkgs)
|
||||||
# some websites only work there :(
|
# some websites only work there :(
|
||||||
|
|
||||||
chromium
|
chromium
|
||||||
darktable
|
darktable
|
||||||
hugin
|
hugin
|
||||||
enblend-enfuse
|
enblend-enfuse
|
||||||
# dev
|
# dev
|
||||||
|
|
||||||
rustup
|
rustup
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue