Nixos upgrade to 23.05

This commit is contained in:
marc
2023-09-04 21:45:02 +02:00
parent f97659c7db
commit 3b76eed716
3 changed files with 11 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ in
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];
programs.zsh.enable = true;
hm.programs.zsh = {
enable = true;
dotDir = ".config/zsh";