forked from fabian/nix_config
split theme into its own module and add xdg configuration
This commit is contained in:
parent
7f692459a9
commit
4acb6e2408
3 changed files with 53 additions and 49 deletions
|
@ -13,17 +13,6 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
xdg = {
|
||||
enable = true;
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {};
|
||||
};
|
||||
portal = {
|
||||
# this shouldnt be on baseline, as servers have no GUI
|
||||
enable = true;
|
||||
xdgOpenUsePortal = true;
|
||||
extraPortals = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this
|
||||
configPackages = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue