This commit is contained in:
Schrottkatze 2023-02-12 21:44:11 +01:00
parent afc202b003
commit 5a5ba98619
2 changed files with 10 additions and 24 deletions

View file

@ -4,7 +4,6 @@
{ config, pkgs, lib, ... }:
# let smol = import <nixos-unstable-small> {config.allowUnfree = true;};
with lib;
with builtins;
{
@ -97,19 +96,6 @@ users.users.jade = {
algorithm = "zstd";
};
users.defaultUserShell = pkgs.zsh;
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
# system.copySystemConfiguration = true;
}