added nixvim

This commit is contained in:
willifan 2024-09-19 17:12:09 +02:00
parent 0117839c8f
commit 0c403decf4
79 changed files with 640 additions and 255 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
boot = {
loader.systemd-boot.enable = true;

View file

@ -1,4 +1,4 @@
{ pkgs, hostname, ... }:
{ hostname, ... }:
{
networking.hostName = hostname;
imports = [

View file

@ -3,10 +3,5 @@
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
# Add any missing dynamic libraries for unpackaged programs
# here, NOT in environment.systemPackages
];
}
}

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ ... }:
{
services.syncthing = {
enable = true;