nix

configuration files that power my machines
Log | Files | Refs | README | LICENSE

commit ff033f7bf05bd4b7718ca3cb3d9e31c84ae32813
parent f45227856cef7e70a9c0dd366a671830fa556319
Author: mtmn <miro@haravara.org>
Date:   Sun, 19 Apr 2026 18:41:54 +0200

fix: add overlays

Diffstat:
Mflake.nix | 2--
Mhosts/proton/default.nix | 2+-
Mhosts/void/default.nix | 2+-
Mhosts/wsl/default.nix | 2+-
4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -91,8 +91,6 @@ extraSpecialArgs = specialArgs // {inherit username homeDirectory;}; modules = [ ./home.nix - ./modules/mixins/dotfiles - ./hosts/${hostDir}/overlays ./hosts/${hostDir} ]; } diff --git a/hosts/proton/default.nix b/hosts/proton/default.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - imports = [../../modules/mixins/core]; + imports = [./overlays ../../modules/mixins/dotfiles ../../modules/mixins/core]; programs.git = { enable = true; diff --git a/hosts/void/default.nix b/hosts/void/default.nix @@ -3,7 +3,7 @@ lib, ... }: { - imports = [../../modules/mixins/core]; + imports = [./overlays ../../modules/mixins/dotfiles ../../modules/mixins/core]; home.packages = lib.concatLists (lib.attrValues (with pkgs; { web = [ aerc diff --git a/hosts/wsl/default.nix b/hosts/wsl/default.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { - imports = [../../modules/mixins/core]; + imports = [./overlays ../../modules/mixins/dotfiles ../../modules/mixins/core]; home.packages = with pkgs; [