This commit is contained in:
gwg313 2025-03-25 22:18:25 -04:00
parent fe4380c766
commit 2bf9449a19
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
7 changed files with 42 additions and 14 deletions

View file

@ -1,17 +1,15 @@
{ pkgs, ... }:
{
imports = [
./discord
./zathura.nix
];
programs.discord = {
enable = true;
wrapDiscord = true;
};
# programs.discord = {
# enable = true;
# wrapDiscord = true;
# };
home.packages = with pkgs; [
betterdiscordctl # A utility for managing BetterDiscord, enhancing features and customization in the Discord desktop client.
element-desktop # A feature-rich client for Matrix.org
gimp # GNU Image Manipulation Program, a powerful and open-source raster graphics editor for tasks like photo editing and graphic design.
gparted # Gnome Partition Editor, a graphical partition manager for creating, resizing, and managing disk partitions.
@ -29,5 +27,6 @@
vlc
zotero
feishin
picard
];
}