attempting some new stuff with usb key, didnt work

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-25 17:51:44 -06:00
parent 9e13bd7c09
commit 21df0b0919
4 changed files with 103 additions and 96 deletions

View file

@ -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;