NixOS upgrade 23.05 -> 23.11

This commit is contained in:
marc
2023-12-29 17:05:01 +01:00
parent b898d0af42
commit fffa64bc44
10 changed files with 29 additions and 29 deletions

View File

@@ -15,7 +15,7 @@ in
fonts.fontconfig.enable = true;
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
iosevka
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];

View File

@@ -25,7 +25,7 @@ in {
playerctl
];
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
iosevka
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];

View File

@@ -31,7 +31,7 @@ in {
## Opt deps
fd
imagemagick
pinentry_emacs
pinentry-emacs
zstd
## Modules deps
@@ -49,7 +49,7 @@ in {
graphviz
];
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
iosevka
emacs-all-the-icons-fonts
];

View File

@@ -9,15 +9,15 @@ in
};
config = lib.mkIf cfg.enable {
nixpkgs.config.packageOverrides = pkgs: {
steam = pkgs.steam.override {
extraPkgs = pkgs: with pkgs; [
pango
libthai
harfbuzz
];
};
};
# nixpkgs.config.packageOverrides = pkgs: {
# steam = pkgs.steam.override {
# extraPkgs = pkgs: with pkgs; [
# pango
# libthai
# harfbuzz
# ];
# };
# };
programs.steam = {
enable = true;

View File

@@ -10,7 +10,7 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [
bat
exa
eza
fd
fzf
jq

View File

@@ -14,7 +14,7 @@ in
zsh-powerlevel10k
];
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
iosevka
(nerdfonts.override { fonts = [ "Iosevka" ]; })
];
@@ -26,7 +26,7 @@ in
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
initExtra = ''
# Source generic (bash) configuration