flakeup
This commit is contained in:
parent
5410aea0ed
commit
bdc0de8b47
4 changed files with 62 additions and 11 deletions
|
@ -30,11 +30,14 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nix-ld.url = "github:Mic92/nix-ld";
|
||||
nix-ld.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
#razer-laptop-control.url = "path:/home/emenel/source/_src/razer-laptop-control-no-dkms";
|
||||
# razer-laptop-control.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = inputs @ {self, nixpkgs, nixpkgs-stable, home-manager, nix-flatpak, kmonad, musnix, ... }: {
|
||||
outputs = inputs @ {nixpkgs, nixpkgs-stable, home-manager, nix-flatpak, kmonad, musnix, nix-ld, ... }: {
|
||||
nixpkgs.overlays = [ inputs.nixpkgs-wayland.overlay ];
|
||||
|
||||
nixosConfigurations = {
|
||||
|
@ -44,6 +47,7 @@
|
|||
nix-flatpak.nixosModules.nix-flatpak
|
||||
kmonad.nixosModules.default
|
||||
musnix.nixosModules.musnix
|
||||
nix-ld.nixosModules.nix-ld
|
||||
# razer-laptop-control.nixosModules.default
|
||||
./system/eddie/configuration.nix
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue