Worf/flake: Update lock
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
spotify
|
||||
|
||||
aerc
|
||||
bat
|
||||
borgbackup
|
||||
catimg
|
||||
cocoapods
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user