From 7318c20e9784d08ca6a98031cd0bc7a2e4db901c Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Tue, 25 Jun 2024 10:43:38 +0300 Subject: [PATCH] stuff Signed-off-by: Alex Stan --- hosts/hermes/configuration.nix | 3 +++ users/ultra/home.nix | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/hermes/configuration.nix b/hosts/hermes/configuration.nix index 3fec996..465b57c 100644 --- a/hosts/hermes/configuration.nix +++ b/hosts/hermes/configuration.nix @@ -80,6 +80,9 @@ in { dates = "daily"; }; }; + tailscale = { + enable = true; + }; }; qt.platformTheme = lib.mkForce "gnome"; diff --git a/users/ultra/home.nix b/users/ultra/home.nix index b267444..297e4f5 100644 --- a/users/ultra/home.nix +++ b/users/ultra/home.nix @@ -56,7 +56,7 @@ let doom-modeline which-key treesit-grammars.with-all-grammars - jabber + # jabber ]; }); helix = inputs.helix.packages.${pkgs.system}.default; @@ -252,6 +252,8 @@ in { dino cinny-desktop (inputs.nix-inst.packages.${pkgs.system}.default) + dotnet-runtime_6 + tea ]; file = { "emacs.d/everblush-theme.el".source = ./configs/emacs/everblush-theme.el;