update
This commit is contained in:
parent
fefef9eb53
commit
4b34e48614
@ -23,7 +23,7 @@
|
||||
gnugrep
|
||||
#gnupg
|
||||
#gnused
|
||||
#gnutar
|
||||
gnutar
|
||||
#bzip2
|
||||
#gzip
|
||||
#xz
|
||||
@ -42,6 +42,8 @@
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
user.shell = "${lib.getExe pkgs.zsh}";
|
||||
|
||||
# Set your time zone
|
||||
#time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
@ -8,5 +8,6 @@
|
||||
imports = [
|
||||
../../modules/home-manager/nixvim
|
||||
../../modules/home-manager/emacs
|
||||
../../modules/home-manager/zsh
|
||||
];
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user