mimo; github token; update flakes

This commit is contained in:
EdenQwQ 2026-05-13 14:25:45 +08:00
parent a4867cd1ef
commit b1ce87fbf9
17 changed files with 299 additions and 142 deletions

View file

@ -16,6 +16,7 @@ let
sharedHomeModules = [
../home
../nix/nixpkgs.nix
../nix/github_token.nix
inputs.stylix.homeModules.stylix
inputs.niri.homeModules.niri
inputs.nixvim.homeModules.nixvim
@ -59,6 +60,7 @@ let
extraSpecialArgs = {
inherit
inputs
nixpkgs
self
host
user

View file

@ -37,7 +37,7 @@
stylix.cursor = {
package = pkgs.hachiyo-cursors;
name = "hachiyo";
size = 32;
size = 12;
};
home.stateVersion = "26.05";
}