Compare commits
3 Commits
0534a04108
...
b84a2d7628
| Author | SHA1 | Date | |
|---|---|---|---|
| b84a2d7628 | |||
| b78a43d40a | |||
| f5ff1a6639 |
@@ -36,9 +36,12 @@ in {
|
||||
templates = "${home_dir}/templates";
|
||||
};
|
||||
|
||||
# mimeApps = {
|
||||
# "<type>" = ["<desktop file>"]
|
||||
# };
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/pdf" = ["org.pwmt.zathura.desktop"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# misc env variables to get things out of ~ (<3 xdg-ninja)
|
||||
|
||||
@@ -21,6 +21,10 @@ in {
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
home.sessionVariables = {
|
||||
XDG_DATA_DIRS = "$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share";
|
||||
};
|
||||
|
||||
# install the cli
|
||||
home.packages = with pkgs; [ flatpak ];
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ in
|
||||
# cross party general packages here : )
|
||||
stateVersion = "25.05";
|
||||
packages = with pkgs; [
|
||||
fastfetch
|
||||
ripgrep
|
||||
p7zip
|
||||
sops
|
||||
|
||||
Reference in New Issue
Block a user