All my system configs and packages in one repo
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

undo virtualization, bump nixpkgs, use upstream plasma-manager

+20 -7
+3 -3
flake.lock
··· 337 337 }, 338 338 "nixpkgs": { 339 339 "locked": { 340 - "lastModified": 1714253743, 341 - "narHash": "sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc=", 340 + "lastModified": 1715534503, 341 + "narHash": "sha256-5ZSVkFadZbFP1THataCaSf0JH2cAH3S29hU9rrxTEqk=", 342 342 "owner": "NixOS", 343 343 "repo": "nixpkgs", 344 - "rev": "58a1abdbae3217ca6b702f03d3b35125d88a2994", 344 + "rev": "2057814051972fa1453ddfb0d98badbea9b83c06", 345 345 "type": "github" 346 346 }, 347 347 "original": {
+1 -1
flake.nix
··· 73 73 nixos-hardware.url = "github:NixOS/nixos-hardware/master"; 74 74 75 75 plasma-manager = { 76 - url = "github:pluiedev/plasma-manager/feat/systray-and-battery"; 76 + url = "github:pjones/plasma-manager"; 77 77 inputs = { 78 78 home-manager.follows = "home-manager"; 79 79 nixpkgs.follows = "nixpkgs";
+2 -2
systems/machines/fettuccine/default.nix
··· 8 8 9 9 roles = { 10 10 boot.lanzaboote.enable = true; 11 - #nvidia.enable = true; 11 + nvidia.enable = true; 12 12 }; 13 13 14 14 hardware.bluetooth.enable = true; 15 15 16 16 # Other Nvidia settings are set via nixos-hardware 17 - hardware.nvidia.dynamicBoost.enable = true; 17 + #hardware.nvidia.dynamicBoost.enable = true; 18 18 19 19 specialisation.china.configuration = { 20 20 roles.mirrors.chinese.enable = true;
+13
users/leah/presets/plasma/settings/panels.nix
··· 44 44 } 45 45 { 46 46 systemMonitor = { 47 + title = "GPU Usage"; 48 + sensors = [ 49 + { 50 + name = "gpu/gpu1/usage"; 51 + color = "180,190,254"; # Lavender 52 + } 53 + ]; 54 + totalSensors = ["gpu/gpu1/usage"]; 55 + textOnlySensors = ["gpu/gpu1/temperature" "gpu/gpu1/frequency" "gpu/gpu1/power" "gpu/gpu1/usedVram" "gpu/gpu1/totalVram"]; 56 + }; 57 + } 58 + { 59 + systemMonitor = { 47 60 title = "Memory Usage"; 48 61 sensors = [ 49 62 {
+1 -1
users/leah/programs/default.nix
··· 12 12 ./firefox 13 13 ./nvim 14 14 ./rust 15 - ./virt-manager 15 + #./virt-manager 16 16 ]; 17 17 18 18 hm.home.packages = with pkgs; [