reeee
This commit is contained in:
parent
b0ba53b89e
commit
fc3c55b4a7
5 changed files with 19 additions and 10 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
|
|
@ -7,7 +11,11 @@
|
|||
xdg = {
|
||||
mime.enable = true;
|
||||
menus.enable = true;
|
||||
portal.enable = true;
|
||||
portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-cosmic];
|
||||
config.common.default = "cosmic";
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue