Replaced nixvim with nix-cats external flake.
This commit is contained in:
parent
221524709e
commit
dc1e99a104
44 changed files with 57 additions and 1455 deletions
|
@ -27,7 +27,6 @@
|
|||
"fuzzy"
|
||||
"info"
|
||||
"lastgenre"
|
||||
"lyrics"
|
||||
"mbsync"
|
||||
"missing"
|
||||
"replaygain"
|
||||
|
|
|
@ -13,10 +13,10 @@
|
|||
themeFile = "gruvbox-dark";
|
||||
settings = {
|
||||
background_opacity = "0.8";
|
||||
enable_audio_bell="no";
|
||||
enable_audio_bell = "no";
|
||||
visual_bell_duration = "0.5";
|
||||
window_alert_on_bell="yes";
|
||||
bell_on_tab="🔔";
|
||||
window_alert_on_bell = "yes";
|
||||
bell_on_tab = "🔔";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
in {
|
||||
services.homepage-dashboard = {
|
||||
enable = true;
|
||||
allowedHosts=baseurl;
|
||||
allowedHosts = baseurl;
|
||||
settings = {
|
||||
theme = "dark";
|
||||
color = "slate";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue