better shell
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
|||||||
{ config, lib, ... }:
|
{config, ...}: {
|
||||||
{
|
flake.nixosModules.shell = {pkgs, ...}: {
|
||||||
flake.nixosModules.shell = {
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
# users.users.${config.username}.shell = nixosArgs.config.programs.fish.package;
|
users.users.${config.username}.shell = pkgs.fish;
|
||||||
|
users.defaultUserShell = pkgs.fish;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user