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,7 +1,7 @@
{ pkgs, ... }:
{ ... }:
{
imports = [
./hardware-configuration.nix
./disko.nix
];
}
}

View file

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports =