begin murex aliases

This commit is contained in:
atagen 2024-10-09 23:44:45 +11:00
parent 67702255a2
commit 0562e2235d
4 changed files with 80 additions and 27 deletions

View file

@ -16,7 +16,7 @@ in {
./util/ez.nix
./util/flatpak.nix
./util/cosmic.nix
./util/murex.nix # TODO use these options, write plugin pkgs, etc
./util/murex.nix
./util/name.nix
inputs.nix-index-database.hmModules.nix-index
];
@ -29,11 +29,6 @@ in {
xdg = {
enable = true;
# mimeApps = {
# enable = true;
# # TODO?
# # also figure out how cosmic detects default terminal
# };
portal = let
cosmic = pkgs.xdg-desktop-portal-cosmic;
gtk = pkgs.xdg-desktop-portal-gtk;