This commit is contained in:
Sweetbread 2024-09-27 12:02:32 +03:00
parent 501c8aaa3b
commit 2bf3b6f5f0

View File

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: {
{ pkgs, ... }: {
imports = [
./zsh.nix
./modules/bundle.nix
@ -14,7 +14,6 @@
packages = with pkgs; [
# Desktop apps
google-chrome
# inputs.ayugram-desktop.packages.${pkgs.system}.default
telegram-desktop
vesktop
obs-studio
@ -41,6 +40,7 @@
ffmpeg
yt-dlp
bat
fd
# GUI utils
feh
@ -49,4 +49,6 @@
notify-desktop
];
};
services.syncthing.enable = true;
}