Compare commits

..

No commits in common. "bf6115a3235b72c5f6f89c0bd894888738c848ac" and "1631c58764312a5e3002e11992b0ef5a32525df1" have entirely different histories.

4 changed files with 14 additions and 19 deletions

21
flake.lock generated
View file

@ -313,16 +313,16 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1780203844, "lastModified": 1779560665,
"narHash": "sha256-K5sT4jTpGs15ADhviMKNBH38REpPf5Q6mM1+N6cArVE=", "narHash": "sha256-tpyBcxPpcQb8ukyNF7DoCwfSY3VPsxHoYwj00Cayv5o=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b51242d7d43689db2f3be91bd05d5b24fbb469c4", "rev": "64c08a7ca051951c8eae34e3e3cb1e202fe36786",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-26.05", "ref": "nixos-unstable",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }
@ -339,11 +339,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779766384, "lastModified": 1780281641,
"narHash": "sha256-P7Ohnlq8b8b2fU+Sgkrej7LBTM60LBTkHleLuYzmLmU=", "narHash": "sha256-M/+hUKoKbHXpV0xGVfELbN1Ds1aoe3pL5p5/t46YhVo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "57800b7ab648725ccd33551d01484ee14952ad3f", "rev": "30f9ae2f04174de63ba8bcf3580ca90843b28a01",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -398,16 +398,15 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1780469283, "lastModified": 1780418031,
"narHash": "sha256-FjpEUzVPGfJg48/0LSO8STCLMJCu9JC6f7sTz6igqeU=", "narHash": "sha256-/lkloe/Vlpq8GmKiHzxA3woYUubWX1mV/RDtv8TE4d0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "stylix", "repo": "stylix",
"rev": "d9c8c2a80e49c4d87317c5398afad2ecacc29637", "rev": "b670c2bdf09861b3215f30fc8a70f2fe26dc5f16",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-26.05",
"repo": "stylix", "repo": "stylix",
"type": "github" "type": "github"
} }

View file

@ -20,7 +20,8 @@
proton-cachyos-nix.url = "github:powerofthe69/proton-cachyos-nix"; proton-cachyos-nix.url = "github:powerofthe69/proton-cachyos-nix";
stylix.url = "github:nix-community/stylix/release-26.05"; # No release-26.05 branch yet — use master until stylix cuts one.
stylix.url = "github:nix-community/stylix";
}; };
outputs = outputs =
{ self { self

View file

@ -11,8 +11,7 @@
faugus-launcher faugus-launcher
adwaita-icon-theme adwaita-icon-theme
mission-center mission-center
vlc geary
gnome-text-editor
wowup-cf wowup-cf
adwsteamgtk adwsteamgtk
proton-vpn proton-vpn
@ -20,8 +19,6 @@
woeusb woeusb
]; ];
programs.geary.enable = true;
# Force heavy builds off the gaming PC onto the media server so nix updates # Force heavy builds off the gaming PC onto the media server so nix updates
# never compete with games for CPU/RAM. Pairs with the distributed build # never compete with games for CPU/RAM. Pairs with the distributed build
# config in common.nix. builders-use-substitutes lets the server pull from # config in common.nix. builders-use-substitutes lets the server pull from

View file

@ -8,15 +8,13 @@
adwaita-icon-theme adwaita-icon-theme
mission-center mission-center
vlc vlc
gnome-text-editor geary
proton-vpn proton-vpn
onlyoffice-desktopeditors onlyoffice-desktopeditors
woeusb woeusb
vscodium vscodium
]; ];
programs.geary.enable = true;
nix.settings.max-jobs = 0; nix.settings.max-jobs = 0;
services.tlp.enable = false; services.tlp.enable = false;