mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
mimo; github token; update flakes
This commit is contained in:
parent
a4867cd1ef
commit
b1ce87fbf9
17 changed files with 299 additions and 142 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
stylix.cursor = {
|
||||
package = pkgs.hachiyo-cursors;
|
||||
name = "hachiyo";
|
||||
size = 32;
|
||||
size = 12;
|
||||
};
|
||||
home.stateVersion = "26.05";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue