mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Group gnomeExtensions in variable
This commit is contained in:
@@ -3,7 +3,21 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
unstable,
|
unstable,
|
||||||
...
|
...
|
||||||
}: {
|
}: let
|
||||||
|
gnomeExtensions = with pkgs.gnomeExtensions; [
|
||||||
|
appindicator
|
||||||
|
bluetooth-quick-connect
|
||||||
|
blur-my-shell
|
||||||
|
caffeine
|
||||||
|
clipboard-indicator
|
||||||
|
dash-to-dock
|
||||||
|
grand-theft-focus
|
||||||
|
notification-banner-reloaded
|
||||||
|
quick-settings-tweaker
|
||||||
|
tailscale-status
|
||||||
|
tray-icons-reloaded
|
||||||
|
];
|
||||||
|
in {
|
||||||
imports = [./hardware.nix];
|
imports = [./hardware.nix];
|
||||||
|
|
||||||
hardware.opengl.enable = true;
|
hardware.opengl.enable = true;
|
||||||
@@ -124,7 +138,8 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs;
|
||||||
|
[
|
||||||
android-tools
|
android-tools
|
||||||
bitwarden
|
bitwarden
|
||||||
cryptsetup
|
cryptsetup
|
||||||
@@ -137,17 +152,6 @@
|
|||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
glibcLocales
|
glibcLocales
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnomeExtensions.appindicator
|
|
||||||
gnomeExtensions.bluetooth-quick-connect
|
|
||||||
gnomeExtensions.blur-my-shell
|
|
||||||
gnomeExtensions.caffeine
|
|
||||||
gnomeExtensions.clipboard-indicator
|
|
||||||
gnomeExtensions.dash-to-dock
|
|
||||||
gnomeExtensions.grand-theft-focus
|
|
||||||
gnomeExtensions.notification-banner-reloaded
|
|
||||||
gnomeExtensions.quick-settings-tweaker
|
|
||||||
gnomeExtensions.tailscale-status
|
|
||||||
gnomeExtensions.tray-icons-reloaded
|
|
||||||
iputils
|
iputils
|
||||||
kazam
|
kazam
|
||||||
legendary-gl
|
legendary-gl
|
||||||
@@ -158,18 +162,17 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
pinentry-curses
|
pinentry-curses
|
||||||
podman
|
podman
|
||||||
podman-compose
|
|
||||||
psst
|
psst
|
||||||
qemu
|
qemu
|
||||||
rustup
|
rustup
|
||||||
ryujinx
|
ryujinx
|
||||||
signal-desktop
|
|
||||||
strace
|
strace
|
||||||
tailscale
|
tailscale
|
||||||
traceroute
|
traceroute
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
unstable.logseq
|
unstable.logseq
|
||||||
unstable.obsidian
|
unstable.obsidian
|
||||||
|
unstable.signal-desktop
|
||||||
unstable.yuzu
|
unstable.yuzu
|
||||||
unstable.zoom-us
|
unstable.zoom-us
|
||||||
usbutils
|
usbutils
|
||||||
@@ -179,5 +182,6 @@
|
|||||||
wine
|
wine
|
||||||
wine64
|
wine64
|
||||||
wireshark-qt
|
wireshark-qt
|
||||||
];
|
]
|
||||||
|
++ gnomeExtensions;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user