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