pkgs: fd
This commit is contained in:
parent
501c8aaa3b
commit
2bf3b6f5f0
@ -1,4 +1,4 @@
|
|||||||
{ pkgs, inputs, ... }: {
|
{ pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./zsh.nix
|
./zsh.nix
|
||||||
./modules/bundle.nix
|
./modules/bundle.nix
|
||||||
@ -14,7 +14,6 @@
|
|||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Desktop apps
|
# Desktop apps
|
||||||
google-chrome
|
google-chrome
|
||||||
# inputs.ayugram-desktop.packages.${pkgs.system}.default
|
|
||||||
telegram-desktop
|
telegram-desktop
|
||||||
vesktop
|
vesktop
|
||||||
obs-studio
|
obs-studio
|
||||||
@ -41,6 +40,7 @@
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
yt-dlp
|
yt-dlp
|
||||||
bat
|
bat
|
||||||
|
fd
|
||||||
|
|
||||||
# GUI utils
|
# GUI utils
|
||||||
feh
|
feh
|
||||||
@ -49,4 +49,6 @@
|
|||||||
notify-desktop
|
notify-desktop
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.syncthing.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user