mime zathura + ssh agent start

This commit is contained in:
2024-10-23 09:54:55 +02:00
parent 7e8ea1f26c
commit 561bed7244
2 changed files with 10 additions and 7 deletions

View File

@@ -202,13 +202,6 @@ in
zathura
]);
environment.etc."xdg/mimeapps.list" = {
text = ''
[Default Applications]
application/pdf=zathura.desktop
'';
};
programs.steam.enable = true;
nixpkgs.config.allowUnfree = true;
@@ -374,5 +367,14 @@ in
};
};
};
xdg.mime = {
enable = true;
defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";
};
};
programs.ssh.startAgent = true;
}

View File

@@ -421,4 +421,5 @@
# "-m randr"
# ];
};
}