upgrade system and add wayland shimejis

This commit is contained in:
2025-01-30 17:57:15 +02:00
parent b5e782f395
commit cf5caba831
7 changed files with 251 additions and 276 deletions

View File

@@ -18,4 +18,18 @@
'';
};
system.activationScripts.xdgDesktopPortal = {
text = ''
echo "${pkgs.xdg-desktop-portal-gtk}/libexec/xdg-desktop-portal-gtk" > /.xdg.sh
'';
};
# error code 126
system.activationScripts.catppuccinGtk = {
text = ''
${pkgs.curl}/bin/curl "https://raw.githubusercontent.com/catppuccin/gtk/v1.0.3/install.py" > /tmp/install.py
${pkgs.python3}/bin/python3 /tmp/install.py mocha blue
'';
};
}