nixos-unstable -> nixpkgs-unstable, remove stateVersion
This commit is contained in:
parent
91dd406c3e
commit
2c66c51224
@ -1,11 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let unstable = import <nixos-unstable> { };
|
||||
let unstable = import <nixpkgs-unstable> { };
|
||||
in {
|
||||
imports = [ ./zsh.nix ./git.nix ];
|
||||
|
||||
home = {
|
||||
stateVersion = "21.05";
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
|
Loading…
Reference in New Issue
Block a user