This commit is contained in:
2025-01-26 23:16:42 +00:00
parent fefef9eb53
commit 4b34e48614
3 changed files with 4 additions and 16 deletions

View File

@@ -1,19 +1,4 @@
{pkgs, ...}: {
programs.zsh.enable = true;
nix.settings = {
trusted-users = ["mthomson"];
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
users.users.mthomson = {
shell = pkgs.zsh;
isNormalUser = true;