Compare commits
2 commits
a80c95bc62
...
ae1c9bd6d4
| Author | SHA1 | Date | |
|---|---|---|---|
| ae1c9bd6d4 | |||
| 5bf6a9583c |
3 changed files with 6 additions and 13 deletions
|
|
@ -59,6 +59,8 @@
|
|||
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
services.fprintd.enable = true;
|
||||
|
||||
system.stateVersion = "24.11"; # do not change
|
||||
home-manager.users.${config.user}.imports = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -46,6 +46,10 @@ in {
|
|||
ignore_empty_input = true;
|
||||
};
|
||||
|
||||
auth = {
|
||||
fingerprint.enabled = true;
|
||||
};
|
||||
|
||||
background = [
|
||||
{
|
||||
path = "screenshot";
|
||||
|
|
|
|||
|
|
@ -42,19 +42,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"application/pdf" = "sioyek.desktop";
|
||||
"x-scheme-handler/http" = "zen.desktop";
|
||||
"x-scheme-handler/https" = "zen.desktop";
|
||||
"x-scheme-handler/chrome" = "zen.desktop";
|
||||
"text/html" = "zen.desktop";
|
||||
"application/x-extension-htm" = "zen.desktop";
|
||||
"application/x-extension-html" = "zen.desktop";
|
||||
"application/x-extension-shtml" = "zen.desktop";
|
||||
"application/xhtml+xml" = "zen.desktop";
|
||||
"application/x-extension-xhtml" = "zen.desktop";
|
||||
"application/x-extension-xht" = "zen.desktop";
|
||||
};
|
||||
programs.sioyek.enable = true;
|
||||
|
||||
programs.imv.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue