tangled
alpha
login
or
join now
bwc9876.dev
/
nixos-config
1
fork
atom
Flake for my NixOS devices
1
fork
atom
overview
issues
pulls
pipelines
No more neocord
bwc9876.dev
4 months ago
6e73ea61
a615af59
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+4
-4
1 changed file
expand all
collapse all
unified
split
homeModules
nvim.nix
+4
-4
homeModules/nvim.nix
···
573
573
illuminate.enable = true;
574
574
cursorline.enable = true;
575
575
576
576
-
neocord = {
577
577
-
enable = true;
578
578
-
settings.logo = "https://raw.githubusercontent.com/IogaMaster/neovim/main/.github/assets/nixvim-dark.webp";
579
579
-
};
576
576
+
# neocord = {
577
577
+
# enable = true;
578
578
+
# settings.logo = "https://raw.githubusercontent.com/IogaMaster/neovim/main/.github/assets/nixvim-dark.webp";
579
579
+
# };
580
580
581
581
bufdelete.enable = true;
582
582