Changed xdg portal to xdg-desktop-portal-wlr

This commit is contained in:
Thai Noodles 2024-01-12 22:15:01 -08:00
parent c11bd2e632
commit 6f9bdb39af
2 changed files with 11 additions and 21 deletions

View File

@ -4,7 +4,7 @@
users.users.${user.name}.packages = with pkgs; [
ledger
libreoffice
obsidian
#obsidian
pandoc
pdftk
#sc-im

View File

@ -15,25 +15,24 @@
enable = true;
xdgOpenUsePortal = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-wlr
];
configPackages = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-wlr
];
};
};
fonts.packages = with pkgs; [
comic-mono
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
fira-code
fira-code-symbols
dina-font
];
programs = {
river = {
enable = true;
extraPackages = with pkgs; [
bemenu
foot
mako
swaylock
way-displays
wtype
];
};
xwayland = {
enable = true;
@ -48,13 +47,4 @@
tessen
wl-clipboard
];
environment.systemPackages = with pkgs; [
bemenu
foot
mako
swaylock
waybar
way-displays
wtype
];
}