mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-24 18:10:21 +01:00
mime zathura + ssh agent start
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user