wip: added packages, modified portals, configuration

This commit is contained in:
2024-09-14 15:30:50 -04:00
parent fc8c44c026
commit 929355fbca
5 changed files with 61 additions and 106 deletions

View File

@ -25,9 +25,18 @@
if pkgs.stdenv.isDarwin
then "/Users/${userName}"
else "/home/${userName}";
sessionVariables = {
XDG_CURRENT_DESKTOP = "sway";
};
pointerCursor = {
gtk.enable = true;
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
size = 22;
};
stateVersion = "24.05";
};