Changes
2 changed files (+5/-5)
-
-
@@ -33,7 +33,8 @@programs = { firefox.enable = true; thunderbird.enable = true; # Disable Akonadi and other evil things kde-pim.enable = false; kdeconnect.enable = true; # So I can use my computer like a normal person nix-ld.enable = true;
-
@@ -41,8 +42,7 @@startAgent = true; enableAskPassword = true; }; # Disable Akonadi and other evil things kde-pim.enable = false; thunderbird.enable = true; }; environment.systemPackages = with pkgs; [
-
-
-
@@ -62,10 +62,10 @@# Enable the boring stuff programs = { git.enable = true; fish.enable = true; # command-not-found doesn't work with flakes command-not-found.enable = false; fish.enable = true; git.enable = true; }; # Everyone likes these right?
-