nixos: 25.11 -> 26.05

This commit is contained in:
2026-05-30 14:38:00 +02:00
parent 11e6661af0
commit 33174e7bc2
11 changed files with 36 additions and 40 deletions
@@ -2,7 +2,7 @@
flake.nixosModules.notifications = {pkgs, ...}: {
environment.systemPackages = with pkgs; [
libnotify # Library that sends desktop notifications to a notification daemon
socat # Utility for bidirectional data transfer between two independent data channels (used to communicate between hyprland and swww to change wallpapers dinamically)
socat # Utility for bidirectional data transfer between two independent data channels (used to communicate between hyprland and awww to change wallpapers dinamically)
matrix-commander-rs # matrix client used to send notifications from scripts to my phone
# battery notifications
self.packages.${pkgs.system}.custom-batterynotify
+1 -1
View File
@@ -27,7 +27,7 @@ _: {
cling # c interpreter used for coding
# lsp
clang-tools
python311Packages.python-lsp-server
python314Packages.python-lsp-server
ltex-ls-plus
pylint
black
+1 -1
View File
@@ -3,7 +3,7 @@
in {
flake.nixosModules.documentation = {pkgs, ...}: {
# unfortunatly this adds a lot of computation when nix rebuilds
documentation.man.generateCaches = true; # used for the man script
documentation.man.cache.enable = true; # used for the man script
environment.pathsToLink = [
# see https://wiki.nixos.org/wiki/Documentation_Gaps#How_do_manpages_work?_Or:_environment.pathsToLink_and_buildEnv