tooling
This commit is contained in:
parent
752a81ccaf
commit
6d0de0e26f
1 changed files with 8 additions and 1 deletions
9
home.nix
9
home.nix
|
@ -26,17 +26,19 @@
|
||||||
devenv
|
devenv
|
||||||
distrobox
|
distrobox
|
||||||
# dog
|
# dog
|
||||||
downonspot
|
|
||||||
fastfetch
|
fastfetch
|
||||||
fd
|
fd
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
fuzzel
|
fuzzel
|
||||||
git
|
git
|
||||||
|
gurk-rs
|
||||||
heroku
|
heroku
|
||||||
htop
|
htop
|
||||||
httpie
|
httpie
|
||||||
|
jq
|
||||||
just
|
just
|
||||||
libreoffice
|
libreoffice
|
||||||
|
localsend
|
||||||
nerd-fonts.iosevka
|
nerd-fonts.iosevka
|
||||||
maid
|
maid
|
||||||
mediainfo
|
mediainfo
|
||||||
|
@ -695,6 +697,11 @@
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# catppuccin = {
|
||||||
|
# enable = true;
|
||||||
|
# flavor = "mocha";
|
||||||
|
# };
|
||||||
|
|
||||||
xdg = {
|
xdg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mimeApps.enable = true;
|
mimeApps.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue