Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2024-06-25 10:43:38 +03:00
parent 503f801092
commit 7318c20e97
2 changed files with 6 additions and 1 deletions

View file

@ -80,6 +80,9 @@ in {
dates = "daily"; dates = "daily";
}; };
}; };
tailscale = {
enable = true;
};
}; };
qt.platformTheme = lib.mkForce "gnome"; qt.platformTheme = lib.mkForce "gnome";

View file

@ -56,7 +56,7 @@ let
doom-modeline doom-modeline
which-key which-key
treesit-grammars.with-all-grammars treesit-grammars.with-all-grammars
jabber # jabber
]; ];
}); });
helix = inputs.helix.packages.${pkgs.system}.default; helix = inputs.helix.packages.${pkgs.system}.default;
@ -252,6 +252,8 @@ in {
dino dino
cinny-desktop cinny-desktop
(inputs.nix-inst.packages.${pkgs.system}.default) (inputs.nix-inst.packages.${pkgs.system}.default)
dotnet-runtime_6
tea
]; ];
file = { file = {
"emacs.d/everblush-theme.el".source = ./configs/emacs/everblush-theme.el; "emacs.d/everblush-theme.el".source = ./configs/emacs/everblush-theme.el;