nix-config/home-manager/_mixins/desktop/gnome-shell.nix

5 lines
59 B
Nix

{ pkgs, ... }:
{
home.packages = [ pkgs.gnome-shell ];
}