File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed
Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1313 config = lib . mkIf ( config . myConfig . desktop . enable && cfg . enable ) {
1414 programs . hyprland = {
1515 enable = true ;
16- package = pkgs . hyprland ;
16+ package = inputs . hyprland . packages . ${ pkgs . stdenv . hostPlatform . system } . hyprland ;
1717 portalPackage = pkgs . xdg-desktop-portal-hyprland ;
1818 } ;
1919 } ;
Original file line number Diff line number Diff line change 1717 } ;
1818 gamemode . enable = true ;
1919 } ;
20- services . archisteamfarm = {
21- enable = true ;
22- } ;
2320 } ;
2421}
Original file line number Diff line number Diff line change 3434 "${ username } "
3535 ] ;
3636 substituters = [
37- "https://hyprland.cachix .org"
37+ "https://cache.nixos .org"
3838 "https://nix-community.cachix.org"
39+ ] ;
40+ trusted-substituters = [
3941 "https://cache.nixos.org"
40- "https://ghostty .cachix.org"
42+ "https://nix-community .cachix.org"
4143 ] ;
42- trusted-substituters = [ "https://hyprland.cachix.org" ] ;
4344 trusted-public-keys = [
44- "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
45- "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
4645 "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
47- "ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="
46+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
47+ ] ;
48+ extra-substituters = [
49+ "https://attic.xuyh0120.win/lantian"
50+ "https://cache.garnix.io"
51+ ] ;
52+ extra-trusted-public-keys = [
53+ "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
54+ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
4855 ] ;
4956 } ;
5057 gc = {
Original file line number Diff line number Diff line change 1919 enable = true ;
2020 primary = true ;
2121 mode = "1920x1080" ;
22- rate = "165 .00" ;
22+ rate = "180 .00" ;
2323 position = "0x0" ;
2424 } ;
2525 } ;
You can’t perform that action at this time.
0 commit comments