From a14f632227be54cc4e30c8aa2500366c94c27040 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 4 Jan 2022 04:50:38 +0000 Subject: [PATCH] Bug fixes --- config/profiles/base/documentation.nix | 3 +++ config/users/kat/base/dconf.nix | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 config/profiles/base/documentation.nix create mode 100644 config/users/kat/base/dconf.nix diff --git a/config/profiles/base/documentation.nix b/config/profiles/base/documentation.nix new file mode 100644 index 00000000..dcb12386 --- /dev/null +++ b/config/profiles/base/documentation.nix @@ -0,0 +1,3 @@ +{ config, ... }: { + documentation.nixos.enable = false; +} diff --git a/config/users/kat/base/dconf.nix b/config/users/kat/base/dconf.nix new file mode 100644 index 00000000..01edde06 --- /dev/null +++ b/config/users/kat/base/dconf.nix @@ -0,0 +1,3 @@ +{ config, lib, ... }: { + dconf.enable = lib.mkDefault false; # TODO: is this just broken? # yes, yes it fucking is +}