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