flake/users/guanranwang/home-manager/resources/wm/gnome.nix

19 lines
323 B
Nix
Raw Normal View History

# why is this placed in ./wm
{pkgs, ...}: {
2023-11-09 17:14:03 +00:00
imports = [
./components/wallpaper.nix
];
home.packages = with pkgs.gnomeExtensions; [
# GNOME extensions
arcmenu
appindicator
blur-my-shell
caffeine
dash-to-panel
dash-to-dock
gamemode # outdated
just-perfection
kimpanel
];
}