attempting some new stuff with usb key, didnt work
This commit is contained in:
parent
9e13bd7c09
commit
21df0b0919
4 changed files with 103 additions and 96 deletions
|
|
@ -43,7 +43,6 @@
|
|||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
neovim
|
||||
fastfetch
|
||||
fzf
|
||||
];
|
||||
|
|
@ -62,6 +61,9 @@
|
|||
programs.zsh.enable = true;
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
system.userActivationScripts.zshrc = "touch .zshrc";
|
||||
programs.starship.enable = true;
|
||||
|
||||
users.users.nixos = {
|
||||
password = "password";
|
||||
initialHashedPassword = lib.mkForce null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue