mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-21 21:33:09 +02:00
stuff
Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
parent
503f801092
commit
7318c20e97
2 changed files with 6 additions and 1 deletions
|
@ -80,6 +80,9 @@ in {
|
|||
dates = "daily";
|
||||
};
|
||||
};
|
||||
tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
qt.platformTheme = lib.mkForce "gnome";
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue