Clean up home config
This commit is contained in:
parent
af6e077382
commit
6cd183b90a
5 changed files with 9 additions and 5 deletions
|
@ -19,6 +19,10 @@ let
|
|||
];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./dconf.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "20.09";
|
||||
|
||||
programs.gpg.settings.default-key = "99658A3EB5CD7C13";
|
|
@ -5,8 +5,8 @@
|
|||
}:
|
||||
with lib; let
|
||||
apps = {
|
||||
"x-scheme-handler/mailto" = "userapp-Thunderbird-PB7NI0.desktop";
|
||||
"message/rfc822" = "userapp-Thunderbird-PB7NI0.desktop";
|
||||
"x-scheme-handler/mailto" = "evolution.desktop";
|
||||
"message/rfc822" = "evolution.desktop";
|
||||
"x-scheme-handler/http" = "firefox.desktop";
|
||||
"x-scheme-handler/https" = "firefox.desktop";
|
||||
"x-scheme-handler/ftp" = "firefox.desktop";
|
||||
|
@ -18,7 +18,7 @@ with lib; let
|
|||
"application/xhtml+xml" = "firefox.desktop";
|
||||
"application/x-extension-xhtml" = "firefox.desktop";
|
||||
"application/x-extension-xht" = "firefox.desktop";
|
||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||
"application/pdf" = "evince.desktop";
|
||||
};
|
||||
cfg = config.dadada.home.xdg;
|
||||
in
|
||||
|
@ -44,9 +44,9 @@ in
|
|||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
evince
|
||||
firefox
|
||||
xdg_utils
|
||||
zathura
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@ in
|
|||
{ dadada.home.helix.package = pkgs.helix; }
|
||||
{ manual.manpages.enable = false; }
|
||||
];
|
||||
home-manager.users.dadada = import ../home/home;
|
||||
home-manager.users.dadada = import ../home;
|
||||
})
|
||||
./gorgon/configuration.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue