init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
{
|
|
|
|
|
"nodes": {
|
2025-01-16 19:38:54 +08:00
|
|
|
"base16": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"fromYaml": "fromYaml"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1732200724,
|
|
|
|
|
"narHash": "sha256-+R1BH5wHhfnycySb7Sy5KbYEaTJZWm1h+LW1OtyhiTs=",
|
|
|
|
|
"owner": "SenchoPens",
|
|
|
|
|
"repo": "base16.nix",
|
|
|
|
|
"rev": "153d52373b0fb2d343592871009a286ec8837aec",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "SenchoPens",
|
|
|
|
|
"repo": "base16.nix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"base16-fish": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1622559957,
|
|
|
|
|
"narHash": "sha256-PebymhVYbL8trDVVXxCvZgc0S5VxI7I1Hv4RMSquTpA=",
|
|
|
|
|
"owner": "tomyun",
|
|
|
|
|
"repo": "base16-fish",
|
|
|
|
|
"rev": "2f6dd973a9075dabccd26f1cded09508180bf5fe",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tomyun",
|
|
|
|
|
"repo": "base16-fish",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"base16-helix": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1736852337,
|
|
|
|
|
"narHash": "sha256-esD42YdgLlEh7koBrSqcT7p2fsMctPAcGl/+2sYJa2o=",
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "base16-helix",
|
|
|
|
|
"rev": "03860521c40b0b9c04818f2218d9cc9efc21e7a5",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "base16-helix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"base16-vim": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-01-28 19:53:45 +08:00
|
|
|
"lastModified": 1732806396,
|
|
|
|
|
"narHash": "sha256-e0bpPySdJf0F68Ndanwm+KWHgQiZ0s7liLhvJSWDNsA=",
|
2025-01-16 19:38:54 +08:00
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "base16-vim",
|
2025-01-28 19:53:45 +08:00
|
|
|
"rev": "577fe8125d74ff456cf942c733a85d769afe58b7",
|
2025-01-16 19:38:54 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "base16-vim",
|
2025-01-28 19:53:45 +08:00
|
|
|
"rev": "577fe8125d74ff456cf942c733a85d769afe58b7",
|
2025-01-16 19:38:54 +08:00
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-24 17:06:45 +08:00
|
|
|
"bt-tracker": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739607041,
|
|
|
|
|
"narHash": "sha256-xrwYzII4BbvErhBNmKzE11P09yRre6LRTWVP6Kt5awk=",
|
2025-01-24 17:06:45 +08:00
|
|
|
"owner": "XIU2",
|
|
|
|
|
"repo": "TrackersListCollection",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "898aed0492abb20186be77e02dd05c5d8959f0f4",
|
2025-01-24 17:06:45 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "XIU2",
|
|
|
|
|
"repo": "TrackersListCollection",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"crane": {
|
|
|
|
|
"locked": {
|
2025-01-25 19:15:31 +08:00
|
|
|
"lastModified": 1737563566,
|
|
|
|
|
"narHash": "sha256-GLJvkOG29XCynQm8XWPyykMRqIhxKcBARVu7Ydrz02M=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "ipetkov",
|
|
|
|
|
"repo": "crane",
|
2025-01-25 19:15:31 +08:00
|
|
|
"rev": "849376434956794ebc7a6b487d31aace395392ba",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "ipetkov",
|
|
|
|
|
"repo": "crane",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dae": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"flake-parts": "flake-parts",
|
|
|
|
|
"nixpkgs": "nixpkgs"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1736423292,
|
|
|
|
|
"narHash": "sha256-b4Dsf7/2A+CpfpKYEwcj5Xs9ftJpoLT80onYb0WTedw=",
|
|
|
|
|
"owner": "daeuniverse",
|
|
|
|
|
"repo": "flake.nix",
|
|
|
|
|
"rev": "5022a7b3895d8cfa12cbb2c0db09ed4ecf0a02b8",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "daeuniverse",
|
|
|
|
|
"repo": "flake.nix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"deploy-rs": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"flake-compat": "flake-compat",
|
|
|
|
|
"nixpkgs": "nixpkgs_2",
|
|
|
|
|
"utils": "utils"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1727447169,
|
|
|
|
|
"narHash": "sha256-3KyjMPUKHkiWhwR91J1YchF6zb6gvckCAY1jOE+ne0U=",
|
|
|
|
|
"owner": "serokell",
|
|
|
|
|
"repo": "deploy-rs",
|
|
|
|
|
"rev": "aa07eb05537d4cd025e2310397a6adcedfe72c76",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "serokell",
|
|
|
|
|
"repo": "deploy-rs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-19 16:37:47 +08:00
|
|
|
"disko": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739598710,
|
|
|
|
|
"narHash": "sha256-x5sK19938Qsi1eWRjQrH/oSN3wT0jSVE2ZJRwDTyojs=",
|
2025-01-19 16:37:47 +08:00
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "disko",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "5d6c85c1d0bd634d46a9604e93bce935a06e033b",
|
2025-01-19 16:37:47 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "disko",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"firefox-gnome-theme": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1736899990,
|
|
|
|
|
"narHash": "sha256-S79Hqn2EtSxU4kp99t8tRschSifWD4p/51++0xNWUxw=",
|
|
|
|
|
"owner": "rafaelmardojai",
|
|
|
|
|
"repo": "firefox-gnome-theme",
|
|
|
|
|
"rev": "91ca1f82d717b02ceb03a3f423cbe8082ebbb26d",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "rafaelmardojai",
|
|
|
|
|
"repo": "firefox-gnome-theme",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"flake-compat": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1696426674,
|
|
|
|
|
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
|
|
|
|
|
"owner": "edolstra",
|
|
|
|
|
"repo": "flake-compat",
|
|
|
|
|
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "edolstra",
|
|
|
|
|
"repo": "flake-compat",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-compat_2": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1733328505,
|
|
|
|
|
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
|
2025-01-27 18:35:41 +08:00
|
|
|
"owner": "edolstra",
|
|
|
|
|
"repo": "flake-compat",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
|
2025-01-27 18:35:41 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "edolstra",
|
|
|
|
|
"repo": "flake-compat",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-compat_3": {
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1717312683,
|
|
|
|
|
"narHash": "sha256-FrlieJH50AuvagamEvWMIE6D2OAnERuDboFDYAED/dE=",
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "flake-compat",
|
|
|
|
|
"rev": "38fd3954cf65ce6faf3d0d45cd26059e059f07ea",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "flake-compat",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"flake-compat_4": {
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1696426674,
|
|
|
|
|
"narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
|
|
|
|
|
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
|
|
|
|
|
"revCount": 57,
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.0.1/018afb31-abd1-7bff-a5e4-cff7e18efb7a/source.tar.gz"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"flake-compat_5": {
|
2025-01-16 19:38:54 +08:00
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1733328505,
|
|
|
|
|
"narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
|
|
|
|
|
"owner": "edolstra",
|
|
|
|
|
"repo": "flake-compat",
|
|
|
|
|
"rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "edolstra",
|
|
|
|
|
"repo": "flake-compat",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"flake-parts": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs-lib": "nixpkgs-lib"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1730504689,
|
|
|
|
|
"narHash": "sha256-hgmguH29K2fvs9szpq2r3pz2/8cJd2LPS+b4tfNFCwE=",
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
|
|
|
|
"rev": "506278e768c2a08bec68eb62932193e341f55c90",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-parts_2": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs-lib": "nixpkgs-lib_2"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-02 11:43:36 +08:00
|
|
|
"lastModified": 1738453229,
|
|
|
|
|
"narHash": "sha256-7H9XgNiGLKN1G1CgRh0vUL4AheZSYzPm+zmZ7vxbJdo=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
2025-02-02 11:43:36 +08:00
|
|
|
"rev": "32ea77a06711b758da0ad9bd6a844c5740a87abd",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-parts_3": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs-lib": "nixpkgs-lib_3"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1733312601,
|
|
|
|
|
"narHash": "sha256-4pDvzqnegAfRkPwO3wmwBhVi/Sye1mzps0zHWYnP88c=",
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
|
|
|
|
"rev": "205b12d8b7cd4802fbcb8e8ef6a0f1408781a4f9",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-parts_4": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs-lib": "nixpkgs-lib_4"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1727826117,
|
|
|
|
|
"narHash": "sha256-K5ZLCyfO/Zj9mPFldf3iwS6oZStJcU4tSpiXTMYaaL0=",
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
|
|
|
|
"rev": "3d04084d54bedc3d6b8b736c70ef449225c361b1",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "flake-parts",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-utils": {
|
|
|
|
|
"inputs": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"systems": "systems_2"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731533236,
|
|
|
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-utils_2": {
|
|
|
|
|
"inputs": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"systems": "systems_3"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1731533236,
|
|
|
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-utils_3": {
|
|
|
|
|
"inputs": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"systems": "systems_4"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-01-25 19:15:31 +08:00
|
|
|
"lastModified": 1731533236,
|
|
|
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
2025-01-25 19:15:31 +08:00
|
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"flake-utils_4": {
|
|
|
|
|
"inputs": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"systems": "systems_6"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1710146030,
|
|
|
|
|
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"flake-utils_5": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"systems": [
|
|
|
|
|
"stylix",
|
|
|
|
|
"systems"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731533236,
|
|
|
|
|
"narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"fromYaml": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731966426,
|
|
|
|
|
"narHash": "sha256-lq95WydhbUTWig/JpqiB7oViTcHFP8Lv41IGtayokA8=",
|
|
|
|
|
"owner": "SenchoPens",
|
|
|
|
|
"repo": "fromYaml",
|
|
|
|
|
"rev": "106af9e2f715e2d828df706c386a685698f3223b",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "SenchoPens",
|
|
|
|
|
"repo": "fromYaml",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"ghostty": {
|
|
|
|
|
"inputs": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"flake-compat": "flake-compat_2",
|
2025-02-13 03:52:50 +08:00
|
|
|
"flake-utils": "flake-utils_2",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"nixpkgs-stable": "nixpkgs-stable",
|
|
|
|
|
"nixpkgs-unstable": "nixpkgs-unstable",
|
2025-02-13 03:52:50 +08:00
|
|
|
"zig": "zig",
|
|
|
|
|
"zig2nix": "zig2nix"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739595470,
|
|
|
|
|
"narHash": "sha256-+t87M/reiRbE+E1CM6hswNbq3aDTZKfJVQz3L8JLl/s=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "ghostty-org",
|
|
|
|
|
"repo": "ghostty",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "f1f1120749b7494c89689d993d5a893c27c236a5",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "ghostty-org",
|
|
|
|
|
"repo": "ghostty",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"git-hooks": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"flake-compat": [
|
|
|
|
|
"stylix",
|
|
|
|
|
"flake-compat"
|
|
|
|
|
],
|
|
|
|
|
"gitignore": "gitignore",
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"stylix",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1735882644,
|
|
|
|
|
"narHash": "sha256-3FZAG+pGt3OElQjesCAWeMkQ7C/nB1oTHLRQ8ceP110=",
|
|
|
|
|
"owner": "cachix",
|
|
|
|
|
"repo": "git-hooks.nix",
|
|
|
|
|
"rev": "a5a961387e75ae44cc20f0a57ae463da5e959656",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "cachix",
|
|
|
|
|
"repo": "git-hooks.nix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"gitignore": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"stylix",
|
|
|
|
|
"git-hooks",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1709087332,
|
|
|
|
|
"narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "gitignore.nix",
|
|
|
|
|
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "hercules-ci",
|
|
|
|
|
"repo": "gitignore.nix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"gnome-shell": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1732369855,
|
|
|
|
|
"narHash": "sha256-JhUWbcYPjHO3Xs3x9/Z9RuqXbcp5yhPluGjwsdE2GMg=",
|
|
|
|
|
"owner": "GNOME",
|
|
|
|
|
"repo": "gnome-shell",
|
|
|
|
|
"rev": "dadd58f630eeea41d645ee225a63f719390829dc",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "GNOME",
|
|
|
|
|
"ref": "47.2",
|
|
|
|
|
"repo": "gnome-shell",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"helix": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"crane": "crane",
|
|
|
|
|
"flake-utils": "flake-utils_3",
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
],
|
|
|
|
|
"rust-overlay": "rust-overlay"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-14 15:04:49 +08:00
|
|
|
"lastModified": 1739457098,
|
|
|
|
|
"narHash": "sha256-a4zUQTpHagz1Kb3kLxcflsiF05FsHlrzXEuCjbzjAOM=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "helix-editor",
|
|
|
|
|
"repo": "helix",
|
2025-02-14 15:04:49 +08:00
|
|
|
"rev": "7275b7f85014aad7e15d4987ec4f2249572eecfb",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "helix-editor",
|
|
|
|
|
"ref": "master",
|
|
|
|
|
"repo": "helix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"home-manager": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739571712,
|
|
|
|
|
"narHash": "sha256-0UdSDV/TBY+GuxXLbrLq3l2Fq02ciyKCIMy4qmnfJXQ=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "home-manager",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "6d3163aea47fdb1fe19744e91306a2ea4f602292",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "home-manager",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"home-manager_2": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731880681,
|
|
|
|
|
"narHash": "sha256-FmYTkIyPBUxSWgA7DPIVTsCCMvSSbs56yOtHpLNSnKg=",
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "home-manager",
|
|
|
|
|
"rev": "aecd341dfead1c3ef7a3c15468ecd71e8343b7c6",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"ref": "release-24.11",
|
|
|
|
|
"repo": "home-manager",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"home-manager_3": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"stylix",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1737630279,
|
|
|
|
|
"narHash": "sha256-wJQCxyMRc4P26zDrHmZiRD5bbfcJpqPG3e2djdGG3pk=",
|
2025-01-16 19:38:54 +08:00
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "home-manager",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "0db5c8bfcce78583ebbde0b2abbc95ad93445f7c",
|
2025-01-16 19:38:54 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "home-manager",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"niri-flake": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"niri-stable": "niri-stable",
|
|
|
|
|
"niri-unstable": "niri-unstable",
|
2025-01-27 18:35:41 +08:00
|
|
|
"nixpkgs": "nixpkgs_3",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"nixpkgs-stable": "nixpkgs-stable_2",
|
|
|
|
|
"xwayland-satellite-stable": "xwayland-satellite-stable",
|
|
|
|
|
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739516087,
|
|
|
|
|
"narHash": "sha256-X3WTcaL/9O3C03TZ+8PmXcn3sqCgig1RIYY/J27ZsLQ=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "sodiboo",
|
|
|
|
|
"repo": "niri-flake",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "9669e839805737ce7c66c9c05a3f97017f84cf24",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "sodiboo",
|
|
|
|
|
"repo": "niri-flake",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"niri-stable": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-01-15 23:52:49 +08:00
|
|
|
"lastModified": 1736614405,
|
|
|
|
|
"narHash": "sha256-AJ1rlgNOPb3/+DbS5hkhm21t6Oz8IgqLllwmZt0lyzk=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "YaLTeR",
|
|
|
|
|
"repo": "niri",
|
2025-01-15 23:52:49 +08:00
|
|
|
"rev": "e05bc269e678ecf828b96ae79c991c13b00b38a5",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "YaLTeR",
|
2025-01-15 23:52:49 +08:00
|
|
|
"ref": "v25.01",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"repo": "niri",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"niri-unstable": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739513000,
|
|
|
|
|
"narHash": "sha256-LDSApEzhz3I9441ocnkkEVJu18OnGSj4a4MaxvuJYMk=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "YaLTeR",
|
|
|
|
|
"repo": "niri",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "7816f20e6a3ddc4057aa1ab35742dc7f67453bc2",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "YaLTeR",
|
|
|
|
|
"repo": "niri",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nix-citizen": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nix-gaming": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nix-gaming"
|
|
|
|
|
],
|
|
|
|
|
"nix-github-actions": "nix-github-actions",
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
],
|
|
|
|
|
"nixpkgs-wine": "nixpkgs-wine",
|
2025-01-27 18:35:41 +08:00
|
|
|
"systems": "systems_5",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"treefmt-nix": "treefmt-nix"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731422383,
|
|
|
|
|
"narHash": "sha256-xSFuMAgozwnM4sllEab9HmKuYesZ5JZrlxwUP6+UNn8=",
|
|
|
|
|
"owner": "LovingMelody",
|
|
|
|
|
"repo": "nix-citizen",
|
|
|
|
|
"rev": "08463670bd3651795593d76581f54eec5f78c831",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "LovingMelody",
|
|
|
|
|
"repo": "nix-citizen",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nix-darwin": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1735218083,
|
|
|
|
|
"narHash": "sha256-MoUAbmXz9TEr7zlKDRO56DBJHe30+7B5X7nhXm+Vpc8=",
|
|
|
|
|
"owner": "LnL7",
|
|
|
|
|
"repo": "nix-darwin",
|
|
|
|
|
"rev": "bc03f7818771a75716966ce8c23110b715eff2aa",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "LnL7",
|
|
|
|
|
"repo": "nix-darwin",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nix-gaming": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"flake-parts": "flake-parts_4",
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
],
|
|
|
|
|
"umu": "umu"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1730186798,
|
|
|
|
|
"narHash": "sha256-rGrhFuH3d869rG1cmfuuuPksKyCJUfkBTenQbtnlsr8=",
|
|
|
|
|
"owner": "fufexan",
|
|
|
|
|
"repo": "nix-gaming",
|
|
|
|
|
"rev": "8756862665662edad5bbb098d0cba727cde57fec",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "fufexan",
|
|
|
|
|
"repo": "nix-gaming",
|
|
|
|
|
"rev": "8756862665662edad5bbb098d0cba727cde57fec",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nix-github-actions": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nix-citizen",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1729742964,
|
|
|
|
|
"narHash": "sha256-B4mzTcQ0FZHdpeWcpDYPERtyjJd/NIuaQ9+BV1h+MpA=",
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "nix-github-actions",
|
|
|
|
|
"rev": "e04df33f62cdcf93d73e9a04142464753a16db67",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-community",
|
|
|
|
|
"repo": "nix-github-actions",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixos-cosmic": {
|
|
|
|
|
"inputs": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"flake-compat": "flake-compat_3",
|
|
|
|
|
"nixpkgs": "nixpkgs_4",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"nixpkgs-stable": "nixpkgs-stable_3"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739587053,
|
|
|
|
|
"narHash": "sha256-5t51C/uCWxFCrLH9SqrTtt8dkrrHzC39RoFbYqkSGjQ=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "lilyinstarlight",
|
|
|
|
|
"repo": "nixos-cosmic",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "c5393c24280ca200ba6f4388c44253b33a7e8974",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "lilyinstarlight",
|
|
|
|
|
"repo": "nixos-cosmic",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixos-hardware": {
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1738816619,
|
|
|
|
|
"narHash": "sha256-5yRlg48XmpcX5b5HesdGMOte+YuCy9rzQkJz+imcu6I=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixos-hardware",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "2eccff41bab80839b1d25b303b53d339fbb07087",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "master",
|
|
|
|
|
"repo": "nixos-hardware",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1730531603,
|
|
|
|
|
"narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=",
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-darwin": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1735171749,
|
|
|
|
|
"narHash": "sha256-UA56kDQSztRWbpsG9bK+jIGyZ0YZAcIsYAhXDHIr8zs=",
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"rev": "03b02bb3356e29e9d4d1200f9b1f5f36bf3780f0",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixpkgs-24.11-darwin",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-lib": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1730504152,
|
|
|
|
|
"narHash": "sha256-lXvH/vOfb4aGYyvFmZK/HlsNsr/0CVWlwYvo2rxJk3s=",
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/cc2f28000298e1269cea6612cd06ec9979dd5d7f.tar.gz"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-lib_2": {
|
|
|
|
|
"locked": {
|
2025-02-02 11:43:36 +08:00
|
|
|
"lastModified": 1738452942,
|
|
|
|
|
"narHash": "sha256-vJzFZGaCpnmo7I6i416HaBLpC+hvcURh/BQwROcGIp8=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "tarball",
|
2025-02-02 11:43:36 +08:00
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/072a6db25e947df2f31aab9eccd0ab75d5b2da11.tar.gz"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"type": "tarball",
|
2025-02-02 11:43:36 +08:00
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/072a6db25e947df2f31aab9eccd0ab75d5b2da11.tar.gz"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-lib_3": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1733096140,
|
|
|
|
|
"narHash": "sha256-1qRH7uAUsyQI7R1Uwl4T+XvdNv778H0Nb5njNrqvylY=",
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/5487e69da40cbd611ab2cadee0b4637225f7cfae.tar.gz"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-lib_4": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1727825735,
|
|
|
|
|
"narHash": "sha256-0xHYkMkeLVQAMa7gvkddbPqpxph+hDzdu1XdGPJR+Os=",
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"type": "tarball",
|
|
|
|
|
"url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-stable": {
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1738255539,
|
|
|
|
|
"narHash": "sha256-hP2eOqhIO/OILW+3moNWO4GtdJFYCqAe9yJZgvlCoDQ=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "nixos",
|
|
|
|
|
"repo": "nixpkgs",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "c3511a3b53b482aa7547c9d1626fd7310c1de1c5",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nixos",
|
|
|
|
|
"ref": "release-24.11",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-stable_2": {
|
|
|
|
|
"locked": {
|
2025-02-14 15:04:49 +08:00
|
|
|
"lastModified": 1739357830,
|
|
|
|
|
"narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
2025-02-14 15:04:49 +08:00
|
|
|
"rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-24.11",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-stable_3": {
|
|
|
|
|
"locked": {
|
2025-02-14 15:04:49 +08:00
|
|
|
"lastModified": 1739357830,
|
|
|
|
|
"narHash": "sha256-9xim3nJJUFbVbJCz48UP4fGRStVW5nv4VdbimbKxJ3I=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
2025-02-14 15:04:49 +08:00
|
|
|
"rev": "0ff09db9d034a04acd4e8908820ba0b410d7a33a",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-24.11",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-unstable": {
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1738136902,
|
|
|
|
|
"narHash": "sha256-pUvLijVGARw4u793APze3j6mU1Zwdtz7hGkGGkD87qw=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "nixos",
|
|
|
|
|
"repo": "nixpkgs",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "9a5db3142ce450045840cc8d832b13b8a2018e0c",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nixos",
|
|
|
|
|
"ref": "nixpkgs-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-unstable_2": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731676054,
|
|
|
|
|
"narHash": "sha256-OZiZ3m8SCMfh3B6bfGC/Bm4x3qc1m2SVEAlkV6iY7Yg=",
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"rev": "5e4fbfb6b3de1aa2872b76d49fafc942626e2add",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs-wine": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1729519156,
|
|
|
|
|
"narHash": "sha256-/T/nMj4oOfiyhiBol4Bzh2EYdJunNo8zXzBoR8vVChY=",
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"rev": "03ddbd42cbdfbca5ce5583a8c1b526f36c0d46f3",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"rev": "03ddbd42cbdfbca5ce5583a8c1b526f36c0d46f3",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs_2": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1702272962,
|
|
|
|
|
"narHash": "sha256-D+zHwkwPc6oYQ4G3A1HuadopqRwUY/JkMwHz1YF7j4Q=",
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"rev": "e97b3e4186bcadf0ef1b6be22b8558eab1cdeb5d",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixpkgs-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"nixpkgs_3": {
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"locked": {
|
2025-02-14 15:04:49 +08:00
|
|
|
"lastModified": 1739446958,
|
|
|
|
|
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
2025-02-14 15:04:49 +08:00
|
|
|
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"nixpkgs_4": {
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"locked": {
|
2025-02-14 15:04:49 +08:00
|
|
|
"lastModified": 1739446958,
|
|
|
|
|
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
2025-02-14 15:04:49 +08:00
|
|
|
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"nixpkgs_5": {
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"locked": {
|
2025-02-14 15:04:49 +08:00
|
|
|
"lastModified": 1739446958,
|
|
|
|
|
"narHash": "sha256-+/bYK3DbPxMIvSL4zArkMX0LQvS7rzBKXnDXLfKyRVc=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
2025-02-14 15:04:49 +08:00
|
|
|
"rev": "2ff53fe64443980e139eaa286017f53f88336dd0",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"nixpkgs_6": {
|
2025-01-16 19:38:54 +08:00
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1736798957,
|
|
|
|
|
"narHash": "sha256-qwpCtZhSsSNQtK4xYGzMiyEDhkNzOCz/Vfu4oL2ETsQ=",
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"rev": "9abb87b552b7f55ac8916b6fc9e5cb486656a2f3",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "NixOS",
|
|
|
|
|
"ref": "nixos-unstable",
|
|
|
|
|
"repo": "nixpkgs",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"nur": {
|
|
|
|
|
"locked": {
|
2025-02-01 20:12:30 +08:00
|
|
|
"lastModified": 1731941414,
|
|
|
|
|
"narHash": "sha256-2Xf90oIkzvOjzZBIgLxga6DqidvB6CSODE5+DODfLeI=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "nix-community",
|
2025-02-01 20:12:30 +08:00
|
|
|
"repo": "NUR",
|
|
|
|
|
"rev": "23a30a846dc89a997f42f2d7e64d6f38564014ae",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-community",
|
2025-02-01 20:12:30 +08:00
|
|
|
"repo": "NUR",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-01 20:12:30 +08:00
|
|
|
"nur-rycee": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-02-15 17:37:01 +08:00
|
|
|
"lastModified": 1739592202,
|
|
|
|
|
"narHash": "sha256-ghQ9Z+PONjMTv4TK0+WyMM9Ih5osZL21UdgLbbJnSek=",
|
2025-02-01 20:12:30 +08:00
|
|
|
"owner": "rycee",
|
|
|
|
|
"repo": "nur-expressions",
|
2025-02-15 17:37:01 +08:00
|
|
|
"rev": "4e266f1da531f169f1ff3d62942cf9cd901ee579",
|
2025-02-01 20:12:30 +08:00
|
|
|
"type": "gitlab"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "rycee",
|
|
|
|
|
"ref": "master",
|
|
|
|
|
"repo": "nur-expressions",
|
|
|
|
|
"type": "gitlab"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"nur-xddxdd": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-02-14 15:04:49 +08:00
|
|
|
"lastModified": 1739441197,
|
|
|
|
|
"narHash": "sha256-gR7mSdxQ6NHEybZJRBR7+Dk2X/8StmMusyyV7cPtXVw=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "xddxdd",
|
|
|
|
|
"repo": "nur-packages",
|
2025-02-14 15:04:49 +08:00
|
|
|
"rev": "d688cba68f05d424121c33fd249850b28d43dff4",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "xddxdd",
|
|
|
|
|
"ref": "master",
|
|
|
|
|
"repo": "nur-packages",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"oskars-dotfiles": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"flake-parts": "flake-parts_3",
|
|
|
|
|
"home-manager": "home-manager_2",
|
|
|
|
|
"nix-citizen": "nix-citizen",
|
|
|
|
|
"nix-darwin": "nix-darwin",
|
|
|
|
|
"nix-gaming": "nix-gaming",
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
],
|
|
|
|
|
"nixpkgs-darwin": "nixpkgs-darwin",
|
|
|
|
|
"nixpkgs-unstable": "nixpkgs-unstable_2",
|
2025-02-01 20:12:30 +08:00
|
|
|
"nur": "nur",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"rust-overlay": "rust-overlay_2",
|
|
|
|
|
"winapps": "winapps"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1736534254,
|
|
|
|
|
"narHash": "sha256-l+vqwraGjPfvRd5bEOsF9x/y5zy0ITmpZH63z94aQiU=",
|
|
|
|
|
"owner": "oskardotglobal",
|
|
|
|
|
"repo": ".dotfiles",
|
|
|
|
|
"rev": "7dc008853645606d0e2f9607c0ea62b5ee2d3ac0",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "oskardotglobal",
|
|
|
|
|
"ref": "nix",
|
|
|
|
|
"repo": ".dotfiles",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"root": {
|
|
|
|
|
"inputs": {
|
2025-01-24 17:06:45 +08:00
|
|
|
"bt-tracker": "bt-tracker",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"dae": "dae",
|
2025-01-27 18:35:41 +08:00
|
|
|
"deploy-rs": "deploy-rs",
|
2025-01-19 16:37:47 +08:00
|
|
|
"disko": "disko",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"flake-parts": "flake-parts_2",
|
|
|
|
|
"flake-utils": "flake-utils",
|
|
|
|
|
"ghostty": "ghostty",
|
|
|
|
|
"helix": "helix",
|
|
|
|
|
"home-manager": "home-manager",
|
|
|
|
|
"niri-flake": "niri-flake",
|
|
|
|
|
"nixos-cosmic": "nixos-cosmic",
|
|
|
|
|
"nixos-hardware": "nixos-hardware",
|
2025-01-27 18:35:41 +08:00
|
|
|
"nixpkgs": "nixpkgs_5",
|
2025-02-01 20:12:30 +08:00
|
|
|
"nur-rycee": "nur-rycee",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"nur-xddxdd": "nur-xddxdd",
|
|
|
|
|
"oskars-dotfiles": "oskars-dotfiles",
|
2025-01-16 19:38:54 +08:00
|
|
|
"sops-nix": "sops-nix",
|
|
|
|
|
"stylix": "stylix"
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rust-overlay": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"helix",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-01-25 19:15:31 +08:00
|
|
|
"lastModified": 1737599167,
|
|
|
|
|
"narHash": "sha256-S2rHCrQWCDVp63XxL/AQbGr1g5M8Zx14C7Jooa4oM8o=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "oxalica",
|
|
|
|
|
"repo": "rust-overlay",
|
2025-01-25 19:15:31 +08:00
|
|
|
"rev": "38374302ae9edf819eac666d1f276d62c712dd06",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "oxalica",
|
|
|
|
|
"repo": "rust-overlay",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"rust-overlay_2": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731897198,
|
|
|
|
|
"narHash": "sha256-Ou7vLETSKwmE/HRQz4cImXXJBr/k9gp4J4z/PF8LzTE=",
|
|
|
|
|
"owner": "oxalica",
|
|
|
|
|
"repo": "rust-overlay",
|
|
|
|
|
"rev": "0be641045af6d8666c11c2c40e45ffc9667839b5",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "oxalica",
|
|
|
|
|
"repo": "rust-overlay",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sops-nix": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1739262228,
|
|
|
|
|
"narHash": "sha256-7JAGezJ0Dn5qIyA2+T4Dt/xQgAbhCglh6lzCekTVMeU=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "Mic92",
|
|
|
|
|
"repo": "sops-nix",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "07af005bb7d60c7f118d9d9f5530485da5d1e975",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "Mic92",
|
|
|
|
|
"repo": "sops-nix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"stylix": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"base16": "base16",
|
|
|
|
|
"base16-fish": "base16-fish",
|
|
|
|
|
"base16-helix": "base16-helix",
|
|
|
|
|
"base16-vim": "base16-vim",
|
|
|
|
|
"firefox-gnome-theme": "firefox-gnome-theme",
|
2025-01-27 18:35:41 +08:00
|
|
|
"flake-compat": "flake-compat_5",
|
2025-01-16 19:38:54 +08:00
|
|
|
"flake-utils": "flake-utils_5",
|
|
|
|
|
"git-hooks": "git-hooks",
|
|
|
|
|
"gnome-shell": "gnome-shell",
|
|
|
|
|
"home-manager": "home-manager_3",
|
2025-01-27 18:35:41 +08:00
|
|
|
"nixpkgs": "nixpkgs_6",
|
|
|
|
|
"systems": "systems_7",
|
2025-01-16 19:38:54 +08:00
|
|
|
"tinted-foot": "tinted-foot",
|
|
|
|
|
"tinted-kitty": "tinted-kitty",
|
2025-02-13 03:52:50 +08:00
|
|
|
"tinted-schemes": "tinted-schemes",
|
2025-01-16 19:38:54 +08:00
|
|
|
"tinted-tmux": "tinted-tmux",
|
|
|
|
|
"tinted-zed": "tinted-zed"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1739375014,
|
|
|
|
|
"narHash": "sha256-0fNbvZ1Dod4rDIfwGnC7CzJ3wRFSF1v5AvNCmNkVgXo=",
|
2025-01-16 19:38:54 +08:00
|
|
|
"owner": "danth",
|
|
|
|
|
"repo": "stylix",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "e86de61bb8f5f2b6459d0be3e3291ad16db4b777",
|
2025-01-16 19:38:54 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "danth",
|
|
|
|
|
"repo": "stylix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"systems": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"systems_2": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"systems_3": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"systems_4": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"systems_5": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"systems_6": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"systems_7": {
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1681028828,
|
|
|
|
|
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "nix-systems",
|
|
|
|
|
"repo": "default",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"tinted-foot": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1726913040,
|
|
|
|
|
"narHash": "sha256-+eDZPkw7efMNUf3/Pv0EmsidqdwNJ1TaOum6k7lngDQ=",
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "tinted-foot",
|
|
|
|
|
"rev": "fd1b924b6c45c3e4465e8a849e67ea82933fcbe4",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "tinted-foot",
|
|
|
|
|
"rev": "fd1b924b6c45c3e4465e8a849e67ea82933fcbe4",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"tinted-kitty": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1716423189,
|
|
|
|
|
"narHash": "sha256-2xF3sH7UIwegn+2gKzMpFi3pk5DlIlM18+vj17Uf82U=",
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "tinted-kitty",
|
|
|
|
|
"rev": "eb39e141db14baef052893285df9f266df041ff8",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "tinted-kitty",
|
|
|
|
|
"rev": "eb39e141db14baef052893285df9f266df041ff8",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-02-13 03:52:50 +08:00
|
|
|
"tinted-schemes": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1737565458,
|
|
|
|
|
"narHash": "sha256-y+9cvOA6BLKT0WfebDsyUpUa/YxKow9hTjBp6HpQv68=",
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "schemes",
|
|
|
|
|
"rev": "ae31625ba47aeaa4bf6a98cf11a8d4886f9463d9",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "schemes",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-16 19:38:54 +08:00
|
|
|
"tinted-tmux": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1735737224,
|
|
|
|
|
"narHash": "sha256-FO2hRBkZsjlIRqzNHCPc/52yxg11kHGA8MEtSun9RwE=",
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "tinted-tmux",
|
|
|
|
|
"rev": "aead506a9930c717ebf81cc83a2126e9ca08fa64",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "tinted-tmux",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"tinted-zed": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1725758778,
|
|
|
|
|
"narHash": "sha256-8P1b6mJWyYcu36WRlSVbuj575QWIFZALZMTg5ID/sM4=",
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "base16-zed",
|
|
|
|
|
"rev": "122c9e5c0e6f27211361a04fae92df97940eccf9",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "tinted-theming",
|
|
|
|
|
"repo": "base16-zed",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"treefmt-nix": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nix-citizen",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1730321837,
|
|
|
|
|
"narHash": "sha256-vK+a09qq19QNu2MlLcvN4qcRctJbqWkX7ahgPZ/+maI=",
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "treefmt-nix",
|
|
|
|
|
"rev": "746901bb8dba96d154b66492a29f5db0693dbfcc",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "treefmt-nix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"umu": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nix-gaming",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"dir": "packaging/nix",
|
|
|
|
|
"lastModified": 1729978972,
|
|
|
|
|
"narHash": "sha256-Zox0iAi4CRPn4rxrhOetFFZ2jcSipe8tGD8nMTgcjhE=",
|
|
|
|
|
"ref": "refs/heads/main",
|
|
|
|
|
"rev": "72499f349ca81cb2838eced9d7c465b2cf71c4a2",
|
|
|
|
|
"revCount": 825,
|
|
|
|
|
"submodules": true,
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"dir": "packaging/nix",
|
|
|
|
|
"submodules": true,
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Open-Wine-Components/umu-launcher/?dir=packaging/nix"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-01-27 18:35:41 +08:00
|
|
|
"utils": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"systems": "systems"
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1701680307,
|
|
|
|
|
"narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=",
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"rev": "4022d587cbbfd70fe950c1e2083a02621806a725",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "numtide",
|
|
|
|
|
"repo": "flake-utils",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"winapps": {
|
|
|
|
|
"inputs": {
|
2025-01-27 18:35:41 +08:00
|
|
|
"flake-compat": "flake-compat_4",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"flake-utils": "flake-utils_4",
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"oskars-dotfiles",
|
|
|
|
|
"nixpkgs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1731240784,
|
|
|
|
|
"narHash": "sha256-KWgQFapYdja8b67NBoEnJEEXmmVg7z9kRAcUfaMGM7Y=",
|
|
|
|
|
"owner": "winapps-org",
|
|
|
|
|
"repo": "winapps",
|
|
|
|
|
"rev": "9073afa69d7b4eeffdbbe05ccfc3dca4fdf8f43e",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "winapps-org",
|
|
|
|
|
"repo": "winapps",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"xwayland-satellite-stable": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1730166465,
|
|
|
|
|
"narHash": "sha256-nq7bouXQXaaPPo/E+Jbq+wNHnatD4dY8OxSrRqzvy6s=",
|
|
|
|
|
"owner": "Supreeeme",
|
|
|
|
|
"repo": "xwayland-satellite",
|
|
|
|
|
"rev": "a713cf46cb7db84a0d1b57c3a397c610cad3cf98",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "Supreeeme",
|
|
|
|
|
"ref": "v0.5",
|
|
|
|
|
"repo": "xwayland-satellite",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"xwayland-satellite-unstable": {
|
|
|
|
|
"flake": false,
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1739246919,
|
|
|
|
|
"narHash": "sha256-/hBM43/Gd0/tW+egrhlWgOIISeJxEs2uAOIYVpfDKeU=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "Supreeeme",
|
|
|
|
|
"repo": "xwayland-satellite",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "44590a416d4a3e8220e19e29e0b6efe64a80315d",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "Supreeeme",
|
|
|
|
|
"repo": "xwayland-satellite",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"zig": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"flake-compat": [
|
|
|
|
|
"ghostty"
|
|
|
|
|
],
|
2025-02-13 03:52:50 +08:00
|
|
|
"flake-utils": [
|
|
|
|
|
"ghostty",
|
|
|
|
|
"flake-utils"
|
|
|
|
|
],
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"nixpkgs": [
|
|
|
|
|
"ghostty",
|
|
|
|
|
"nixpkgs-stable"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
2025-02-13 03:52:50 +08:00
|
|
|
"lastModified": 1738239110,
|
|
|
|
|
"narHash": "sha256-Y5i9mQ++dyIQr+zEPNy+KIbc5wjPmfllBrag3cHZgcE=",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"owner": "mitchellh",
|
|
|
|
|
"repo": "zig-overlay",
|
2025-02-13 03:52:50 +08:00
|
|
|
"rev": "1a8fb6f3a04724519436355564b95fce5e272504",
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "mitchellh",
|
|
|
|
|
"repo": "zig-overlay",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
2025-02-13 03:52:50 +08:00
|
|
|
},
|
|
|
|
|
"zig2nix": {
|
|
|
|
|
"inputs": {
|
|
|
|
|
"flake-utils": [
|
|
|
|
|
"ghostty",
|
|
|
|
|
"flake-utils"
|
|
|
|
|
],
|
|
|
|
|
"nixpkgs": [
|
|
|
|
|
"ghostty",
|
|
|
|
|
"nixpkgs-stable"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"locked": {
|
|
|
|
|
"lastModified": 1738263917,
|
|
|
|
|
"narHash": "sha256-j/3fwe2pEOquHabP/puljOKwAZFjIE9gXZqA91sC48M=",
|
|
|
|
|
"owner": "jcollie",
|
|
|
|
|
"repo": "zig2nix",
|
|
|
|
|
"rev": "c311d8e77a6ee0d995f40a6e10a89a3a4ab04f9a",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
"original": {
|
|
|
|
|
"owner": "jcollie",
|
|
|
|
|
"ref": "c311d8e77a6ee0d995f40a6e10a89a3a4ab04f9a",
|
|
|
|
|
"repo": "zig2nix",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
init repo
update nvidia driver, install ghostty and other things
before refactor the arch of configuration.
move some nixos configuration to ./nixos/modules and ./nixos/configurations. try to find a good arch to conbine home-manager and nixos modules.
fix callPackage firefox-addons missing key immersive-translate.
wrap niri and spotx overlays into overlay.modifications.
build a brandnew architecture for configurations.
change the import method of homeManagerModules."${unixName}" to use outputs.
add ghostty overlay to replace ghostty.
add nix config in home/modules/nix.nix when not nixos
fix call nixpkgs.foldr. modify to call nixpkgs.lib.foldr.
modify firefox config, to use flake packages as extension
modify i18n config, to use flake packages as addons
remove ssh private key and add it to sops.
update partial flake inputs
update partial flake inputs, add some package to user config
move helix as home module, provide option youthlic.programs.helix.
change fcitx5 config to pkg, use rime-ice default config.
move spotify installation to default.nix neither spotify.nix
change gpg encrypt key
add gpg option to home-manager module
add fd as user level package
remove gpg option in system level
add git option
update flake inputs, and install all gpg pinentry
add gh to git module
change shell config to module, and ghostty also.
change gpg pinentry from pinentry-all to pinentry-qt.
change gh config, use ssh as git protocol
remove zed editor
move foot to module, and disable it.
add store as git credential helper
rename sops.secrets.gitea to sops.secrets.git-credential
add git delta config
move starship configuration to home/modules.
update flake inputs
add ssh config to sops encrypt file `secrets/ssh-config.yaml`
change niri to niri-unstable and update flake inputs
change encypt key from gnupg to age. And encrypt dae url
move home sops config to module
update flake inputs
add duf and doggo to home packages
2024-12-25 10:59:37 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"root": "root",
|
|
|
|
|
"version": 7
|
|
|
|
|
}
|