mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:26:51 +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 = {
|
home-manager = {
|
||||||
url = github:nix-community/home-manager;
|
url = github:nix-community/home-manager;
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
inputs.utils.follows = "flake-utils";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Nix Darwin (Mac OS support)
|
# Nix Darwin (Mac OS support)
|
||||||
|
@ -86,7 +85,7 @@
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
specialArgs = attrs;
|
specialArgs = attrs;
|
||||||
modules = [
|
modules = [
|
||||||
./systems/yokai.nix
|
./systems/yokai
|
||||||
./common.nix
|
./common.nix
|
||||||
nixos-hardware.nixosModules.pine64-pinebook-pro
|
nixos-hardware.nixosModules.pine64-pinebook-pro
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
@ -97,7 +96,7 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = attrs;
|
specialArgs = attrs;
|
||||||
modules = [
|
modules = [
|
||||||
./systems/oni.nix
|
./systems/oni
|
||||||
./common.nix
|
./common.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
|
@ -107,7 +106,7 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = attrs;
|
specialArgs = attrs;
|
||||||
modules = [
|
modules = [
|
||||||
./systems/kami.nix
|
./systems/kami
|
||||||
./common.nix
|
./common.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
nur.nixosModules.nur
|
nur.nixosModules.nur
|
||||||
|
|
Loading…
Reference in a new issue