File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 6565
6666 config = lib . mkIf cfg . enable {
6767 environment = {
68- systemPackages = [ pkgs . miriway ] ;
68+ systemPackages = with pkgs ; [
69+ miriway
70+ vanilla-dmz
71+ ] ;
6972 etc = {
7073 "xdg/xdg-miriway/miriway-shell.config" . text = cfg . config ;
7174 } ;
8083 services . displayManager . sessionPackages = [ pkgs . miriway ] ;
8184
8285 xdg . icons . enable = true ;
86+ xdg . icons . fallbackCursorThemes = lib . mkDefault [
87+ # Miriway looks for "default" theme, fails to start if not present
88+ # Mir normally looks for DMZ-White theme if none specified, so make that present as the default
89+ "DMZ-White"
90+ ] ;
8391 } ;
8492
8593 meta . maintainers = with lib . maintainers ; [ OPNA2608 ] ;
Original file line number Diff line number Diff line change 1515
1616stdenv . mkDerivation ( finalAttrs : {
1717 pname = "miriway" ;
18- version = "24.11.1 " ;
18+ version = "25.02 " ;
1919
2020 src = fetchFromGitHub {
2121 owner = "Miriway" ;
2222 repo = "Miriway" ;
2323 tag = "v${ finalAttrs . version } " ;
24- hash = "sha256-DphzqU0jT2NE2dSDuQf6BQIjXTwJuPiOjfxk9N9YmaQ =" ;
24+ hash = "sha256-F8zmIuV0IszMZpeOhKAbvrjyA4EQH7JWH10rv2maCzk =" ;
2525 } ;
2626
2727 postPatch = ''
You can’t perform that action at this time.
0 commit comments