Compare commits
No commits in common. "5df9f131161efd8c8c21943a6f44de5d8897d01b" and "750812f7c48f0b435322553e01dc6cb34707ce69" have entirely different histories.
5df9f13116
...
750812f7c4
3 changed files with 4 additions and 4 deletions
|
|
@ -109,7 +109,10 @@ in {
|
||||||
plasma = {
|
plasma = {
|
||||||
enable = osConfig.services.desktopManager.plasma6.enable;
|
enable = osConfig.services.desktopManager.plasma6.enable;
|
||||||
configFile = {
|
configFile = {
|
||||||
baloofilerc."Basic Settings".Indexing-Enabled = false;
|
baloofilerc = {
|
||||||
|
"Basic Settings".Indexing-Enabled = true;
|
||||||
|
General."only basic indexing" = true;
|
||||||
|
};
|
||||||
kded5rc.Module-browserintegrationreminder.autoload = false;
|
kded5rc.Module-browserintegrationreminder.autoload = false;
|
||||||
kdeglobals.General = {
|
kdeglobals.General = {
|
||||||
TerminalApplication = "kitty";
|
TerminalApplication = "kitty";
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
# Configure boot
|
# Configure boot
|
||||||
boot = {
|
boot = {
|
||||||
initrd.systemd.enable = true;
|
initrd.systemd.enable = true;
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
grub = let
|
grub = let
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,12 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
lib,
|
lib,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
boot = {
|
boot = {
|
||||||
loader.grub.zfsSupport = true;
|
loader.grub.zfsSupport = true;
|
||||||
zfs = {
|
zfs = {
|
||||||
extraPools = ["zarchive"];
|
extraPools = ["zarchive"];
|
||||||
package = pkgs.zfs_unstable;
|
|
||||||
requestEncryptionCredentials = ["zactive/main"];
|
requestEncryptionCredentials = ["zactive/main"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue