feat: NixOS | switch to unstable and update flake.lock

This commit is contained in:
2025-02-02 18:12:20 +05:00
parent fbc3bf7f3e
commit 3773c115ac
4 changed files with 123 additions and 72 deletions

View File

@@ -41,7 +41,9 @@ in
};
};
fonts.fontconfig.enable = true;
fonts = {
fontconfig.enable = true;
};
home = {
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
@@ -107,8 +109,7 @@ in
wl-clipboard-rs
brightnessctl
age
(nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
nerd-fonts.jetbrains-mono
];
};