mirror of
https://github.com/caperren/nixos-configs.git
synced 2025-11-09 04:01:15 +00:00
Recent updates
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
#nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
@@ -11,6 +12,7 @@
|
||||
};
|
||||
|
||||
outputs =
|
||||
# { self, nixpkgs, nixos-hardware, ... }@inputs:
|
||||
{ self, nixpkgs, ... }@inputs:
|
||||
{
|
||||
nixosConfigurations.default = nixpkgs.lib.nixosSystem {
|
||||
@@ -21,6 +23,7 @@
|
||||
./hosts/cap-slim7/configuration.nix
|
||||
./modules/nixos/hyprland-amd.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
# nixos-hardware.nixosModules.lenovo-legion-16arha7
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user