mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
chore: move overlays
This commit is contained in:
parent
fbdc38100d
commit
b8e60dcab0
3 changed files with 1 additions and 6 deletions
|
@ -160,6 +160,7 @@
|
|||
inputs.nixos-wsl.nixosModules.default
|
||||
inputs.stylix.nixosModules.stylix
|
||||
./modules/default.nix
|
||||
./overlays
|
||||
(
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
@ -12,9 +11,5 @@ in
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(import ../pkgs { inherit pkgs; })
|
||||
(self: super: {
|
||||
zen-browser = inputs.zen-browser.packages.${system}.default;
|
||||
zen-browser-unwrapped = inputs.zen-browser.packages.${system}.zen-browser-unwrapped;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
[
|
||||
./configuration.nix
|
||||
self.nixosModules.liminalOS
|
||||
../../../overlays
|
||||
{
|
||||
home-manager.users.youwen = {
|
||||
imports = [ ./home.nix ];
|
||||
|
|
Loading…
Reference in a new issue