sgoudham 2 weeks ago
parent 636d3967cf
commit 7eb58a5819
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -3,7 +3,8 @@
pkgs, pkgs,
flakePath, flakePath,
... ...
}: { }:
{
imports = [ imports = [
./apps/wezterm.nix ./apps/wezterm.nix
# ./apps/zsh.nix # ./apps/zsh.nix
@ -64,7 +65,7 @@
"Code/User/settings.json".source = config.lib.file.mkOutOfStoreSymlink "${flakePath}/home/apps/vscode/settings.json"; "Code/User/settings.json".source = config.lib.file.mkOutOfStoreSymlink "${flakePath}/home/apps/vscode/settings.json";
}; };
xdg.mime.enable = true; xdg.mime.enable = false;
# turn off if on nixos (you have bigger problems than that if you get to this point) # turn off if on nixos (you have bigger problems than that if you get to this point)
targets.genericLinux.enable = true; targets.genericLinux.enable = true;
} }

Loading…
Cancel
Save