This commit is contained in:
Noa Aarts 2024-11-24 18:20:49 +01:00
parent df376ec65e
commit 4109c5aa4c
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 5 additions and 2 deletions

View file

@ -437,7 +437,6 @@ require("lazy").setup({
excluded_servers = { excluded_servers = {
"nixd", -- is being a buggy cpu hog or something "nixd", -- is being a buggy cpu hog or something
}, },
prefer_local = true,
configs = { configs = {
nixd = { nixd = {
settings = { settings = {

View file

@ -172,7 +172,11 @@
maple-mono-NF maple-mono-NF
]; ];
xdg.portal.enable = true; xdg = {
portal = {enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gnome];
};
};
programs = { programs = {
nm-applet.enable = true; nm-applet.enable = true;