updates!
This commit is contained in:
parent
afc202b003
commit
5a5ba98619
2 changed files with 10 additions and 24 deletions
14
common.nix
14
common.nix
|
@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue