treewide: update to NixOS 25.05
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m33s

This commit is contained in:
2025-05-24 11:55:47 +01:00
parent dc1b485276
commit 0aecdd6b87
9 changed files with 69 additions and 85 deletions

View File

@ -8,7 +8,7 @@
{
imports = [
inputs.agenix.nixosModules.age
inputs.home-manager.nixosModule
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
../modules/nixos
];

View File

@ -11,15 +11,12 @@
nixpkgs = {
config.allowUnfree = true;
overlays = [
(import ../overlays/gnome.nix)
];
};
services.printing.enable = true;
services.openssh.startWhenNeeded = true;
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@ -56,14 +53,10 @@
fonts.packages = with pkgs; [
corefonts
noto-fonts
(nerdfonts.override {
fonts = [
"BigBlueTerminal"
"ComicShannsMono"
"Terminus"
"UbuntuMono"
];
})
nerd-fonts.bigblue-terminal
nerd-fonts.comic-shanns-mono
nerd-fonts.terminess-ttf
nerd-fonts.ubuntu-mono
];
modules = {