home(gnome): enable flatpak by default

This commit is contained in:
514fpv 2024-07-29 15:40:59 +08:00
parent f184b281c5
commit 951b1562bb
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 5 additions and 4 deletions

View file

@ -5,11 +5,10 @@
cfg = config.passthrough.gnome;
in mkIf cfg.enable {
home.packages =
with pkgs;
with gnome;
with gnomeExtensions; [
with pkgs.gnome;
with pkgs.gnomeExtensions; [
# gnome
gnome-terminal
pkgs.gnome-terminal
# gnomeExtensions
dash-to-panel