finally, niri is finished

This commit is contained in:
William 2025-10-18 18:43:23 -03:00
parent 1b1f30180e
commit ce1af87bdf
5 changed files with 152 additions and 26 deletions

View file

@ -8,6 +8,8 @@
fonts.fontconfig.enable = true;
home.packages = with pkgs; [ xwayland-satellite ];
programs = {
dankMaterialShell = {
enable = true;
@ -33,21 +35,13 @@
keybind = [ "shift+enter=esc:\\x1b[13;2u" ];
};
};
password-store = {
enable = true;
package = pkgs.pass-wayland;
};
};
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
config.common.default = "*";
};
gtk = {
enable = true;
gtk3.extraConfig = {