flake lock update
This commit is contained in:
parent
52365bc4f2
commit
1cc85f8237
4 changed files with 71 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue