mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 17:27:22 +08:00
Use nixos-unified
This commit is contained in:
parent
d4f5109a88
commit
2de06ee965
4 changed files with 23 additions and 24 deletions
|
|
@ -1,20 +1,20 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixos-flake.flakeModules.default
|
||||
inputs.nixos-flake.flakeModules.autoWire
|
||||
inputs.nixos-unified.flakeModules.default
|
||||
inputs.nixos-unified.flakeModules.autoWire
|
||||
];
|
||||
perSystem = { self', ... }: {
|
||||
packages.default = self'.packages.activate;
|
||||
|
||||
# Flake inputs we want to update periodically
|
||||
# Run: `nix run .#update`.
|
||||
nixos-flake = {
|
||||
nixos-unified = {
|
||||
primary-inputs = [
|
||||
"nixpkgs"
|
||||
"home-manager"
|
||||
"nix-darwin"
|
||||
"nixos-flake"
|
||||
"nixos-unified"
|
||||
"nix-index-database"
|
||||
"nixvim"
|
||||
"omnix"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue