mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-15 18:19:00 +00:00
config: update list of overlays
This commit is contained in:
parent
487d0717d5
commit
997a0ee9aa
10
flake.nix
10
flake.nix
@ -85,11 +85,6 @@
|
|||||||
# Put my custom packages to be available.
|
# Put my custom packages to be available.
|
||||||
self.overlays.default
|
self.overlays.default
|
||||||
|
|
||||||
# Putting a list for inputs without overlays.
|
|
||||||
(final: prev: {
|
|
||||||
helix-unstable = inputs.helix-editor.packages.${builtins.currentSystem}.default;
|
|
||||||
})
|
|
||||||
|
|
||||||
# Neovim nightly!
|
# Neovim nightly!
|
||||||
inputs.neovim-nightly-overlay.overlay
|
inputs.neovim-nightly-overlay.overlay
|
||||||
|
|
||||||
@ -101,6 +96,8 @@
|
|||||||
|
|
||||||
# Access to NUR.
|
# Access to NUR.
|
||||||
inputs.nur.overlay
|
inputs.nur.overlay
|
||||||
|
|
||||||
|
inputs.nix-alien.overlays.default
|
||||||
];
|
];
|
||||||
|
|
||||||
defaultSystem = inputs.flake-utils.lib.system.x86_64-linux;
|
defaultSystem = inputs.flake-utils.lib.system.x86_64-linux;
|
||||||
@ -214,8 +211,7 @@
|
|||||||
|
|
||||||
# Extend nixpkgs with our overlays except for the NixOS-focused modules
|
# Extend nixpkgs with our overlays except for the NixOS-focused modules
|
||||||
# here.
|
# here.
|
||||||
nixpkgs.overlays = overlays
|
nixpkgs.overlays = overlays;
|
||||||
++ [ inputs.nix-alien.overlay ];
|
|
||||||
|
|
||||||
# Please clean your temporary crap.
|
# Please clean your temporary crap.
|
||||||
boot.cleanTmpDir = lib.mkDefault true;
|
boot.cleanTmpDir = lib.mkDefault true;
|
||||||
|
Loading…
Reference in New Issue
Block a user