Merge remote-tracking branch 'refs/remotes/origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2024-02-12 10:13:28 +01:00
commit 386da4ccb9
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
7 changed files with 310 additions and 41 deletions

View file

@ -262,7 +262,6 @@ in
programs = {
mtr.enable = true;
starship.enable = true;
command-not-found.enable = false;
};
@ -297,6 +296,7 @@ in
"--cmd c"
];
};
starship.enable = true;
};
home = {
username = "moritz";