🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
9
shared/desktop/modules/xdg.nix
Normal file
9
shared/desktop/modules/xdg.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
xdg-utils
|
||||
xdg-desktop-portal
|
||||
xdg-desktop-portal-gtk
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user