Worf/flake: Update lock

This commit is contained in:
2024-07-30 19:07:24 +02:00
parent 387d6b6a5f
commit 26545b781f
4 changed files with 25 additions and 27 deletions

View File

@@ -71,21 +71,18 @@
system.activationScripts.postActivation.text = ''sudo chsh -s ${pkgs.zsh}/bin/zsh''; # Since it's not possible to declare default shell, run this command after build
fonts = {
fontDir.enable = true;
fonts = with pkgs; [
noto-fonts
font-awesome
fira-code
hack-font
fonts.packages = with pkgs; [
noto-fonts
font-awesome
fira-code
hack-font
(nerdfonts.override {
fonts = [
"Hack"
];
})
];
};
(nerdfonts.override {
fonts = [
"Hack"
];
})
];
system.defaults = {
# login window settings

View File

@@ -17,6 +17,7 @@
spotify
aerc
bat
borgbackup
catimg
cocoapods

View File

@@ -123,7 +123,7 @@ in {
# The config is handled outside of nix, and is placed in ~/.config/sketchybar
};
fonts.fonts = [
fonts.packages = [
sketchybar-app-font
];
}