this repo has no description
0
fork

Configure Feed

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

chore: upgrade to official 23.11 release

+12 -12
+1 -1
configuration.nix
··· 35 35 i18n = { 36 36 defaultLocale = "en_US.UTF-8"; 37 37 inputMethod = { 38 - enabled = "ibus"; 38 + type = "ibus"; 39 39 ibus.engines = with pkgs.ibus-engines; [ 40 40 bamboo 41 41 ];
+6 -6
flake.lock
··· 23 23 }, 24 24 "nixos-hardware": { 25 25 "locked": { 26 - "lastModified": 1731797098, 27 - "narHash": "sha256-UhWmEZhwJZmVZ1jfHZFzCg+ZLO9Tb/v3Y6LC0UNyeTo=", 26 + "lastModified": 1732483221, 27 + "narHash": "sha256-kF6rDeCshoCgmQz+7uiuPdREVFuzhIorGOoPXMalL2U=", 28 28 "owner": "NixOS", 29 29 "repo": "nixos-hardware", 30 - "rev": "672ac2ac86f7dff2f6f3406405bddecf960e0db6", 30 + "rev": "45348ad6fb8ac0e8415f6e5e96efe47dd7f39405", 31 31 "type": "github" 32 32 }, 33 33 "original": { ··· 39 39 }, 40 40 "nixpkgs": { 41 41 "locked": { 42 - "lastModified": 1732350895, 43 - "narHash": "sha256-GcOQbOgmwlsRhpLGSwZJwLbo3pu9ochMETuRSS1xpz4=", 42 + "lastModified": 1732824227, 43 + "narHash": "sha256-fYNXgpu1AEeLyd3fQt4Ym0tcVP7cdJ8wRoqJ+CtTRyY=", 44 44 "owner": "nixos", 45 45 "repo": "nixpkgs", 46 - "rev": "0c582677378f2d9ffcb01490af2f2c678dcb29d3", 46 + "rev": "c71ad5c34d51dcbda4c15f44ea4e4aa6bb6ac1e9", 47 47 "type": "github" 48 48 }, 49 49 "original": {
+2 -2
hosts/ryzentower.nix
··· 2 2 3 3 { 4 4 hardware = { 5 - opengl = { 6 - driSupport32Bit = true; 5 + graphics = { 6 + enable32Bit = true; 7 7 }; 8 8 }; 9 9
+2 -2
hosts/thinkpadz13.nix
··· 2 2 3 3 { 4 4 hardware = { 5 - opengl = { 6 - driSupport32Bit = true; 5 + graphics = { 6 + enable32Bit = true; 7 7 }; 8 8 }; 9 9
+1 -1
users/khuedoan.nix
··· 93 93 }; 94 94 home.pointerCursor = { 95 95 name = "Adwaita"; 96 - package = pkgs.gnome.adwaita-icon-theme; 96 + package = pkgs.adwaita-icon-theme; 97 97 }; 98 98 }; 99 99 };