finally, niri is finished
This commit is contained in:
parent
1b1f30180e
commit
ce1af87bdf
5 changed files with 152 additions and 26 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue