flake lock update

This commit is contained in:
glenn 2024-06-23 15:39:08 +02:00
parent 52365bc4f2
commit 1cc85f8237
4 changed files with 71 additions and 59 deletions

View file

@ -105,6 +105,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.sondell = {
home = "/home/sondell";
isNormalUser = true;
description = "sondell";
extraGroups = ["networkmanager" "wheel"];
@ -127,6 +128,7 @@
environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
# wget
restic
htop
cloudflared
filebrowser
@ -143,17 +145,19 @@
programs = {
ssh.startAgent = true;
fish = {
enable = true;
enable = false;
shellInit = "starship init fish | source";
};
starship.enable = true;
starship.settings = {
shell = {
disabled = false;
fish_indicator = "";
bash_indicator = "BASH";
starship = {
enable = false;
settings = {
shell = {
disabled = false;
# fish_indicator = "";
bash_indicator = "BASH";
};
};
};
};
};
# Some programs need SUID wrappers, can be configured further or are