mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
config: cut down default host config
This commit is contained in:
parent
7a3b5404ec
commit
32d20ed2a3
14
flake.nix
14
flake.nix
@ -101,15 +101,6 @@
|
||||
inherit (final.nur.repos.rycee.firefox-addons) buildFirefoxXpiAddon;
|
||||
firefox-addons = final.callPackage ./pkgs/firefox-addons { };
|
||||
})
|
||||
|
||||
# Neovim nightly!
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
|
||||
# Emacs unstable version!
|
||||
inputs.emacs-overlay.overlays.default
|
||||
|
||||
# Access to NUR.
|
||||
inputs.nur.overlay
|
||||
] ++ (lib'.attrValues self.overlays);
|
||||
|
||||
defaultSystem = "x86_64-linux";
|
||||
@ -159,13 +150,10 @@
|
||||
# Then, make the most with the modules from the flake inputs. Take
|
||||
# note importing some modules such as home-manager are as part of the
|
||||
# declarative host config so be sure to check out
|
||||
# `hostSpecificModule` function as well.
|
||||
# `hostSpecificModule` function as well as the declarative host setup.
|
||||
++ [
|
||||
inputs.nur.nixosModules.nur
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
|
||||
# Set some extra, yeah?
|
||||
|
@ -11,6 +11,23 @@
|
||||
ni = {
|
||||
systems = [ "x86_64-linux" ];
|
||||
format = "iso";
|
||||
modules = [
|
||||
inputs.nur.nixosModules.nur
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
# Neovim nightly!
|
||||
inputs.neovim-nightly-overlay.overlays.default
|
||||
|
||||
# Emacs unstable version!
|
||||
inputs.emacs-overlay.overlays.default
|
||||
|
||||
# Access to NUR.
|
||||
inputs.nur.overlay
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
plover = {
|
||||
@ -43,5 +60,8 @@
|
||||
winnowing = {
|
||||
systems = [ "x86_64-linux" ];
|
||||
format = "iso";
|
||||
modules = [
|
||||
inputs.nixos-wsl.nixosModules.default
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user