nvf finally working well!

This commit is contained in:
Charlie Root 2024-07-07 23:45:18 +02:00
commit fea17cb5c1
24 changed files with 209 additions and 189 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: {
{
pkgs,
config,
...
}: {
# allow unfree packages
nixpkgs.config.allowUnfree = true;
# Time Zone
@ -12,6 +16,7 @@
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
trusted-users = ["root" "${config.modules.other.system.username}"];
# enable flakes
experimental-features = ["nix-command" "flakes"];
# reduce file size used & automatic garbage collector
@ -81,7 +86,7 @@
};
helix.enable = true;
kakoune.enable = true;
nixvim.enable = false; # broken at the moment
# nixvim.enable = false; # broken at the moment
neovim.enable = true;
};
services = {

View file

@ -14,6 +14,7 @@ in {
bluetuith
bluez
bun
cachix
cmake
difftastic
dig
@ -45,7 +46,6 @@ in {
gnome.nautilus
ncmpcpp
neofetch
neovim
networkmanagerapplet
nextcloud-client
nicotine-plus