configurations for my servers and desktops
nix nixos flake dots dotfiles

feat: tlp 1.9

+21 -3
+18 -1
flake.lock
··· 308 308 "type": "github" 309 309 } 310 310 }, 311 + "nixpkgs-tlp-pr": { 312 + "locked": { 313 + "lastModified": 1766510396, 314 + "narHash": "sha256-FnHOqwilXWWx6x9QYGKqf4CnyaqGQoiNuz61oGdFPSA=", 315 + "owner": "NixOS", 316 + "repo": "nixpkgs", 317 + "rev": "d007219fd78cafcfe04cc0538d4da7f317691e3e", 318 + "type": "github" 319 + }, 320 + "original": { 321 + "owner": "NixOS", 322 + "ref": "pull/473626/head", 323 + "repo": "nixpkgs", 324 + "type": "github" 325 + } 326 + }, 311 327 "nixpkgs_2": { 312 328 "locked": { 313 329 "lastModified": 1766736597, ··· 413 429 "nix-darwin": "nix-darwin", 414 430 "nixos-wsl": "nixos-wsl", 415 431 "nixpkgs": "nixpkgs_7", 416 - "nixpkgs-stable": "nixpkgs-stable" 432 + "nixpkgs-stable": "nixpkgs-stable", 433 + "nixpkgs-tlp-pr": "nixpkgs-tlp-pr" 417 434 } 418 435 }, 419 436 "systems": {
+2 -1
flake.nix
··· 10 10 nixos-wsl.url = "github:nix-community/NixOS-WSL/main"; 11 11 nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; 12 12 nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11"; 13 + nixpkgs-tlp-pr.url = "github:NixOS/nixpkgs/pull/473626/head"; 13 14 14 15 home-manager.inputs.nixpkgs.follows = "nixpkgs"; 15 16 home-manager-stable.inputs.nixpkgs.follows = "nixpkgs-stable"; ··· 33 34 ]; 34 35 }; 35 36 36 - nixosConfigurations.trinity = inputs.nixpkgs.lib.nixosSystem { 37 + nixosConfigurations.trinity = inputs.nixpkgs-tlp-pr.lib.nixosSystem { 37 38 specialArgs = inputs; 38 39 modules = [ 39 40 ./modules/common
+1 -1
hosts/trinity/default.nix
··· 32 32 gnomeExtensions.paperwm 33 33 gnomeExtensions.user-themes 34 34 35 - vscode-with-extensions 35 + vscode-fhs 36 36 ]; 37 37 38 38 system.stateVersion = "25.11";