Compare commits

..

No commits in common. "5df9f131161efd8c8c21943a6f44de5d8897d01b" and "750812f7c48f0b435322553e01dc6cb34707ce69" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

@ -109,7 +109,10 @@ in {
plasma = {
enable = osConfig.services.desktopManager.plasma6.enable;
configFile = {
baloofilerc."Basic Settings".Indexing-Enabled = false;
baloofilerc = {
"Basic Settings".Indexing-Enabled = true;
General."only basic indexing" = true;
};
kded5rc.Module-browserintegrationreminder.autoload = false;
kdeglobals.General = {
TerminalApplication = "kitty";

View file

@ -5,7 +5,6 @@
# Configure boot
boot = {
initrd.systemd.enable = true;
kernelPackages = pkgs.linuxPackages_latest;
loader = {
efi.canTouchEfiVariables = true;
grub = let

View file

@ -1,14 +1,12 @@
{
config,
lib,
pkgs,
...
}: {
boot = {
loader.grub.zfsSupport = true;
zfs = {
extraPools = ["zarchive"];
package = pkgs.zfs_unstable;
requestEncryptionCredentials = ["zactive/main"];
};
};