fix: move discord into regular packages

This commit is contained in:
2026-01-09 20:22:06 +05:00
parent 7c7f285c97
commit 8812da28a4
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{pkgs, ...}: {
home.packages = with pkgs; [
btop
discord
zoxide
unzip
tmux

View File

@@ -1,6 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
discord
prismlauncher
];
}