Compare commits

...

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,9 @@ in
config = lib.mkIf cfg.enable {
nixfiles.programs.comma.enable = true;
# this makes xdg.mimeApps overwrite mimeapps.list if it has been touched by something else
xdg.configFile."mimeapps.list".force = true;
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
home.shellAliases = {
v = "nvim";

View File

@ -63,8 +63,6 @@
packageSets.gaming.enable = true;
};
services.xserver.displayManager.sddm.enable = false;
# bootloader setup
boot.loader = {
efi = {