oop
This commit is contained in:
parent
df376ec65e
commit
4109c5aa4c
2 changed files with 5 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue