remove nyx

This commit is contained in:
jopejoe1 2023-10-26 19:28:35 +02:00
parent 69fc2c2a8b
commit b439895586
3 changed files with 37 additions and 85 deletions

View file

@ -5,15 +5,6 @@
#nixpkgs.url = "github:jopejoe1/nixpkgs/noto-emoji-unstale";
nixpkgs.url = "github:nixos/nixpkgs";
nur.url = "github:nix-community/NUR";
nyx = {
url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
inputs.flake-schemas.follows = "flake-schemas";
inputs.systems.follows = "nix-systems-linux";
inputs.compare-to.follows = "nix-empty-flake";
inputs.yafas.follows = "yafas";
};
home-manager= {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -102,7 +93,6 @@
home-manager,
nur,
nixos-hardware,
nyx,
stylix,
...
}: {
@ -137,7 +127,7 @@
nixos-hardware.nixosModules.common-pc-ssd
nur.nixosModules.nur
home-manager.nixosModules.home-manager
nyx.nixosModules.default
#nyx.nixosModules.default
stylix.nixosModules.stylix
];
};
@ -159,7 +149,7 @@
nixos-hardware.nixosModules.pine64-pinebook-pro
nur.nixosModules.nur
home-manager.nixosModules.home-manager
nyx.nixosModules.default
#nyx.nixosModules.default
];
};
inugami = nixpkgs.lib.nixosSystem {
@ -177,7 +167,7 @@
nixos-hardware.nixosModules.raspberry-pi-4
nur.nixosModules.nur
home-manager.nixosModules.home-manager
nyx.nixosModules.default
#nyx.nixosModules.default
];
};
tuny = nixpkgs.lib.nixosSystem {
@ -197,7 +187,7 @@
nixos-hardware.nixosModules.common-pc-laptop-hdd
nur.nixosModules.nur
home-manager.nixosModules.home-manager
nyx.nixosModules.default
#nyx.nixosModules.default
];
};
};