add vim on yoga

This commit is contained in:
Cyryl Płotnicki 2023-04-07 18:55:14 +01:00
parent 4413b384ab
commit cb86e9c6a3

View file

@ -1,7 +1,9 @@
{ config, pkgs, inputs, lib, system, nixpkgs-nixos-unstable-and-unfree, ... }: {
networking.hostName = "yoga";
imports = [ ./hardware-configuration.nix ../../boot.nix ../../git ../../gui ];
imports = [ ./hardware-configuration.nix ../../boot.nix ../../git ../../gui
../../vim
];
boot.kernelPackages = pkgs.linuxPackages_latest;