Fish and starship. Maybe.

This commit is contained in:
Jessica Canady 2023-06-25 22:45:49 -04:00
parent 70191bd819
commit adbd14256b
3 changed files with 9 additions and 1 deletions

View file

@ -23,8 +23,12 @@
boot.initrd.luks.devices."luks-7f4ea65e-d802-42d8-978c-91b0db3e341c".device = "/dev/disk/by-uuid/7f4ea65e-d802-42d8-978c-91b0db3e341c";
boot.initrd.luks.devices."luks-7f4ea65e-d802-42d8-978c-91b0db3e341c".keyFile = "/crypto_keyfile.bin";
# lol hornt
networking.hostName = "hornt";
# stuff that needs installed systemwide
programs.fish.enable = true;
# Enable networking
networking.networkmanager.enable = true;

View file

@ -76,7 +76,10 @@
";
};
programs.starship.enable = true;
programs.starship = {
enable = true;
enableFishIntegration = true;
};
# stylin'

View file

@ -10,5 +10,6 @@
description = "Jessica Canady";
extraGroups = [ "networkmanager" "wheel" "nixbld" "docker" "audio"];
initialPassword = "password";
shell = pkgs.fish;
};
}