Change flake.nix to allow different nixpkgs versions
This commit is contained in:
@@ -65,7 +65,6 @@
|
||||
users.users.eesim = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "video" "audo" "networkmanager" ];
|
||||
packages = with pkgs; [];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user