Fix: Remove deprecated programs.bash.enable = true;
.
This commit is contained in:
parent
1722fd14c5
commit
a12f7c5024
@ -1,6 +1,5 @@
|
|||||||
{ sys, pkgs, ... }: {
|
{ sys, pkgs, ... }: {
|
||||||
users.users."${sys.username}".shell = pkgs.${sys.shellPackage};
|
users.users."${sys.username}".shell = pkgs.${sys.shellPackage};
|
||||||
programs."${sys.shellPackage}".enable = true;
|
|
||||||
home-manager.users."${sys.username}" = {
|
home-manager.users."${sys.username}" = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
bat
|
bat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user