upgrade system and add wayland shimejis
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user