Replaced nixvim with nix-cats external flake.

This commit is contained in:
Gabe Venberg 2025-07-04 19:00:20 +02:00
parent 221524709e
commit 3d335bc3ab
44 changed files with 57 additions and 1455 deletions

View file

@ -40,7 +40,7 @@ in {
# packages that should be on every system.
environment.systemPackages = with pkgs; [
neovim
inputs.nvim-config.packages.${pkgs.system}.nvim-minimal
rsync
];

View file

@ -10,7 +10,7 @@
in {
services.homepage-dashboard = {
enable = true;
allowedHosts=baseurl;
allowedHosts = baseurl;
settings = {
theme = "dark";
color = "slate";