Maybe I need to refresh the package list with some command or another?
Maybe I need to refresh the package list with some command or another?
nix-channel --update
nix-channel --add https://nixos.org/channels/nixos-unstable unstable and then nix-channel --updatenix-env --install brave works.nix-env instead use nix profilenix profile install nixpkgs#brave did initially work for me. So that's the preferred method of installing?nix profile install nixpkgs#<package>nix profile install <package>
sudo dnf groupinstall "KDE Plasma Workspaces" That may be overkill though.nix-channel --updatenix-channel --updatenix-channel --add https://nixos.org/channels/nixos-unstable unstablenix-env --install bravenix-envnix profilenix profile install nixpkgs#bravenix profile install nixpkgs#<package>nix profile install <package>sudo dnf groupinstall "KDE Plasma Workspaces"