Compare commits
No commits in common. "4397daca4321783b156f2a9ae880a47e4cdeb81d" and "c9b94ed5f02fb183d7b088b62f1f5c5fdbc1ab15" have entirely different histories.
4397daca43
...
c9b94ed5f0
@ -16,9 +16,6 @@ in
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
nixfiles.programs.comma.enable = true;
|
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
|
# TODO move this stuff to a zsh.nix or something; this is just a quick fix so home.sessionVariables works
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
|
@ -63,6 +63,8 @@
|
|||||||
packageSets.gaming.enable = true;
|
packageSets.gaming.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.xserver.displayManager.sddm.enable = false;
|
||||||
|
|
||||||
# bootloader setup
|
# bootloader setup
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi = {
|
efi = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user