system: update

This commit is contained in:
2025-03-30 22:22:46 +03:00
parent 8c39e606e3
commit 2d322ab1f2
13 changed files with 114 additions and 80 deletions

View File

@ -1,12 +1,13 @@
{ pkgs, inputs, pkgs-stable, ... }: {
{ pkgs, inputs, pkgs-fixed, ... }: {
home.packages = with pkgs; [
google-chrome
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop
pkgs-stable.vesktop
# pkgs-stable.vesktop
vesktop
obs-studio
mpv
obsidian
thunderbird
pkgs-fixed.thunderbird
libreoffice
];
}