fix: remove the need for nixos-hardware
This commit is contained in:
parent
d9a7969958
commit
448e3b6f6a
2 changed files with 52 additions and 44 deletions
|
@ -4,8 +4,6 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
||||
hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
@ -27,7 +25,6 @@
|
|||
|
||||
outputs =
|
||||
{ self
|
||||
, hardware
|
||||
, home-manager
|
||||
, hyprland
|
||||
, nixpkgs
|
||||
|
@ -39,12 +36,6 @@
|
|||
modules = [
|
||||
./nixos.nix
|
||||
|
||||
hardware.nixosModules.common-cpu-amd
|
||||
hardware.nixosModules.common-gpu-amd
|
||||
hardware.nixosModules.common-pc
|
||||
hardware.nixosModules.common-pc-hdd
|
||||
hardware.nixosModules.common-pc-ssd
|
||||
|
||||
hyprland.nixosModules.default
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue