Hello! New to NixOS and not sure if this is the right place to ask. I’m curious if I can install Pop!_OS shell (GitHub - pop-os/shell: Pop!_OS Shell) on NixOS x Gnome?
You can try adding environment.systemPackages = with pkgs; [ gnomeExtensions.pop-shell ];
to your config.
1 Like
I’ll give it a try! Still trying to figure out how to test via boot loader.