diff --git a/hosts/x86_64-linux/cube/default.nix b/hosts/x86_64-linux/cube/default.nix index 87c885b..e8e934a 100644 --- a/hosts/x86_64-linux/cube/default.nix +++ b/hosts/x86_64-linux/cube/default.nix @@ -4,7 +4,6 @@ gnome = true; profile = "desktop"; hardware = "physical"; - security-tools = true; }; environment.persistence."/persist" = { diff --git a/hosts/x86_64-linux/hp/default.nix b/hosts/x86_64-linux/hp/default.nix index 148769b..60817b9 100644 --- a/hosts/x86_64-linux/hp/default.nix +++ b/hosts/x86_64-linux/hp/default.nix @@ -28,7 +28,6 @@ gnome = true; profile = "desktop"; hardware = "physical"; - security-tools = true; }; environment.systemPackages = with pkgs; [ diff --git a/hosts/x86_64-linux/slate/default.nix b/hosts/x86_64-linux/slate/default.nix index f678357..a15460a 100644 --- a/hosts/x86_64-linux/slate/default.nix +++ b/hosts/x86_64-linux/slate/default.nix @@ -4,7 +4,6 @@ profile = "desktop"; hardware = "physical"; gnome = true; - security-tools = true; }; boot = { diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index b66b72d..265b788 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -9,7 +9,10 @@ in programs.ssh.startAgent = true; programs.ssh.agentPKCS11Whitelist = pkcslib; - sconfig.alacritty.enable = true; + sconfig = { + alacritty.enable = true; + security-tools = true; + }; fonts.fonts = [ # vscode: "DejaVuSansMono Nerd Font Mono" (size 16)