forked from mirrors_public/oddlama_nix-config
fix: enable mimeApps (oops)
This commit is contained in:
parent
12bc13c82e
commit
cbdc3b7bff
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
#./games/league-of-legends.nix
|
||||||
|
#./games/steam.nix
|
||||||
|
|
||||||
./discord.nix
|
./discord.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
|
@ -13,9 +16,16 @@
|
||||||
chromium
|
chromium
|
||||||
zathura
|
zathura
|
||||||
feh
|
feh
|
||||||
|
sirula
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# TODO screenshot selection/all and copy clipboard
|
||||||
|
# TODO screenshot selection/all and save
|
||||||
|
# TODO screenshot selection and scan qr and copy clipboard
|
||||||
|
# TODO screenshot selection and ocr and copy clipboard
|
||||||
# TODO sway config
|
# TODO sway config
|
||||||
|
# TODO sway shortcuts
|
||||||
|
# TODO enable nodeadkeys
|
||||||
# TODO kitty terminfo missing with ssh root@localhost
|
# TODO kitty terminfo missing with ssh root@localhost
|
||||||
# TODO nvim coloscheme missing on reboot.... what state is missing?
|
# TODO nvim coloscheme missing on reboot.... what state is missing?
|
||||||
# TODO VP9 hardware video decoding blocklisted
|
# TODO VP9 hardware video decoding blocklisted
|
||||||
|
@ -24,11 +34,13 @@
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
p = "cd ~/projects";
|
p = "cd ~/projects";
|
||||||
zf = "zathura --fork";
|
zf = "zathura --fork"; # XXX: do i need this or can i just xdg-open?
|
||||||
};
|
};
|
||||||
|
|
||||||
persistence."/persist".directories = [
|
persistence."/persist".directories = [
|
||||||
"projects"
|
"projects"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.mimeApps.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue