mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:56:34 +01:00
Remove home-manager follow utilks
This commit is contained in:
parent
7fa434b6f8
commit
61b7a5e9e4
1 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,6 @@
|
|||
home-manager = {
|
||||
url = github:nix-community/home-manager;
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.utils.follows = "flake-utils";
|
||||
};
|
||||
|
||||
# Nix Darwin (Mac OS support)
|
||||
|
@ -86,7 +85,7 @@
|
|||
system = "aarch64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./systems/yokai.nix
|
||||
./systems/yokai
|
||||
./common.nix
|
||||
nixos-hardware.nixosModules.pine64-pinebook-pro
|
||||
home-manager.nixosModules.home-manager
|
||||
|
@ -97,7 +96,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./systems/oni.nix
|
||||
./systems/oni
|
||||
./common.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
nur.nixosModules.nur
|
||||
|
@ -107,7 +106,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = attrs;
|
||||
modules = [
|
||||
./systems/kami.nix
|
||||
./systems/kami
|
||||
./common.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
nur.nixosModules.nur
|
||||
|
|
Loading…
Reference in a new issue