This commit is contained in:
m3tam3re
2024-09-03 18:01:56 +02:00
parent d20945d5f3
commit 1f6e2b3a64
6 changed files with 83 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Common configuration for all hosts
{
pkgs,
lib,
inputs,
outputs,
@ -56,4 +57,5 @@
((lib.filterAttrs (_: lib.isType "flake")) inputs);
nixPath = ["/etc/nix/path"];
};
users.defaultUserShell = pkgs.fish;
}