add vim on yoga
This commit is contained in:
parent
4413b384ab
commit
cb86e9c6a3
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
{ config, pkgs, inputs, lib, system, nixpkgs-nixos-unstable-and-unfree, ... }: {
|
{ config, pkgs, inputs, lib, system, nixpkgs-nixos-unstable-and-unfree, ... }: {
|
||||||
networking.hostName = "yoga";
|
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;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue