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 = {

View file

@ -13,15 +13,15 @@
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/hardhacker.yaml";
cursor = {
package = pkgs.kdePackages.breeze-icons;
name = "Breeze_Light";
package = pkgs.kdePackages.breeze;
name = "breeze_cursors";
size = 24;
};
icons = {
enable = true;
package = pkgs.morewaita-icon-theme;
light = "adwaita";
dark = "adwaita-dark";
light = "MoreWaita";
dark = "MoreWaita";
};
opacity = {
applications = 1.0;