Add Gnome-Circle applications to the user packages in configuration.nix

This commit is contained in:
2025-03-24 14:25:53 +00:00
parent 96f929d4e2
commit 2dc5bc99a6

View File

@@ -58,6 +58,16 @@
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ # GUI and user apps packages = with pkgs; [ # GUI and user apps
vscode brave discord prismlauncher obsidian vscode brave discord prismlauncher obsidian
# Gnome-Circle Apps
devhelp sysprof gnome-builder gnome-boxes
dialect commit binary authenticator
webfontkitgenerator video-trimmer
textpieces switcheroo pika-backup
resources gnome-obfuscate gnome-podcasts
letterpress impression gnome-graphs
fragments eyedropper raider curtail
collision warp
]; ];
}; };