steveej-laptop: don't install vim on system
This commit is contained in:
parent
f601e65708
commit
08e8d76dea
2 changed files with 0 additions and 2 deletions
|
@ -69,7 +69,6 @@ in
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../common/pkg/default.nix
|
../common/pkg/default.nix
|
||||||
../common/pkg/vim.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
@ -130,7 +130,6 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
EDITOR = "vim";
|
|
||||||
NIXPKGS_ALLOW_UNFREE = "1";
|
NIXPKGS_ALLOW_UNFREE = "1";
|
||||||
|
|
||||||
# Don't create .pyc files.
|
# Don't create .pyc files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue