Keyitdev
Keyitdev
You need to completely change the script. The Firefox version is also currently broken.
My try this: https://www.reddit.com/r/archlinux/comments/1gl0bv0/comment/lvrkhgf/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
I'll probably pack it for nixos soon. Edit: ## Current solution https://github.com/Keyitdev/sddm-astronaut-theme/issues/17#issuecomment-2610888161
I came up with something like this. Can someone test it? **configuration.nix** ```sh environment.systemPackages = with pkgs; [ (pkgs.callPackage ./sddm-astronaut-theme.nix { theme = "black_hole"; themeConfig = { General = {...
Yeah, but shoudn't `propagatedUserEnvPkgs` solve this problem? We can try also something like this https://github.com/xhos/nixdots/blob/a5e5442e9aaf48ef796d16f43ad8a62596f1bdba/derivs/sddm-astronaut-theme.nix#L56-L62 And Idk whats the difference between kdePackages and qt6. I slightly changed this guy's [code](https://github.com/Keyitdev/sddm-astronaut-theme/pull/24/files)...
For everyone, something different works :\\ This **should** work: **configuration.nix** ```sh environment.systemPackages = with pkgs; [ (pkgs.callPackage ./sddm-astronaut-theme.nix { theme = "black_hole"; themeConfig={ General = { HeaderText ="Hi"; Background="/home/user/Desktop/wp.png"; FontSize="10.0";...
@IronGreninja Yeah, but the current package in nixpkgs is broken, as you said. That is why I am trying to create an official package. Both have similar problems with dependencies....
@fuma-afk These lines are just an example showing how to write code syntax. ```sh themeConfig={ General = { HeaderText ="Hi"; Background="/home/user/Desktop/wp.png"; FontSize="10.0"; }; }; ``` You should manually set the...
You also need to have the correct version of the ffmpeg package. Works for me (up to date packages on arch 14 Oct 2025) ```sh pacman -Qi sddm qt6-multimedia qt6-multimedia-ffmpeg...
Sddm on Wayland is still experimental.