playing with home-manager as nixos module
This commit is contained in:
parent
33a54b3012
commit
762be96a71
3 changed files with 33 additions and 29 deletions
|
@ -1,17 +1,5 @@
|
|||
{ nix-config, config, lib, pkgs, inputs, ... }:
|
||||
{
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
overlays = builtins.attrValues nix-config.overlays
|
||||
++ [
|
||||
inputs.emacs-overlay.overlays.default
|
||||
inputs.audio.overlays.default
|
||||
inputs.nix-rice.overlays.default
|
||||
inputs.niri.overlays.niri
|
||||
];
|
||||
};
|
||||
|
||||
imports = with nix-config.homeModules; [
|
||||
mako
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue