non important commit
This commit is contained in:
parent
4c773d8851
commit
ae56f0a440
8 changed files with 21 additions and 19 deletions
|
|
@ -24,11 +24,7 @@
|
|||
../modules/locale.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
niri.enable = true;
|
||||
wayland.enable = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
programs.niri.enable = true;
|
||||
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
configPackages = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
xdg = {
|
||||
portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gtk];
|
||||
configPackages = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
|
||||
mime.enable = true;
|
||||
menus.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue