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