mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
setups/home-manager: update foo-dogsquared user
This commit is contained in:
parent
4b34e0398b
commit
06c30c967b
@ -4,6 +4,25 @@
|
|||||||
{ lib, inputs }:
|
{ lib, inputs }:
|
||||||
|
|
||||||
{
|
{
|
||||||
foo-dogsquared.systems = [ "aarch64-linux" "x86_64-linux" ];
|
foo-dogsquared = {
|
||||||
|
systems = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
|
modules = [
|
||||||
|
inputs.nur.hmModules.nur
|
||||||
|
|
||||||
|
({ config, ... }: {
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
# Neovim nightly!
|
||||||
|
inputs.neovim-nightly-overlay.overlays.default
|
||||||
|
|
||||||
|
# Emacs unstable version!
|
||||||
|
inputs.emacs-overlay.overlays.default
|
||||||
|
|
||||||
|
# Get all of the NUR.
|
||||||
|
inputs.nur.overlay
|
||||||
|
];
|
||||||
|
})
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
plover.systems = [ "x86_64-linux" ];
|
plover.systems = [ "x86_64-linux" ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user