home: add XDG
This commit is contained in:
parent
a65b7202b1
commit
547d5a5e86
|
@ -13,6 +13,7 @@
|
|||
./secrets # Home-manager specific secrets
|
||||
./ssh.nix
|
||||
./tmux.nix
|
||||
./xdg.nix
|
||||
./zsh
|
||||
];
|
||||
}
|
||||
|
|
12
home/xdg.nix
Normal file
12
home/xdg.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
xdg = {
|
||||
enable = true;
|
||||
# File types
|
||||
mime.enable = true;
|
||||
# File associatons
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue