Skip to content

Commit

Permalink
fix: mismatch homeProfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed May 12, 2024
1 parent 2f9b002 commit 725c53b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = https://github.com/tao3k/omnibus-examples.git
[submodule "units/nickel"]
path = units/nickel
url = https://github.com/hardenedlinux/omnibus-ncl.git
url = https://github.com/tao3k/omnibus-ncl.git
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
load.type = "nixosProfiles";
load.nixosModuleImporter = haumea.lib.loaders.default;
};
homeProfiles = src.pops.nixosProfiles.addLoadExtender {
homeProfiles = src.pops.homeProfiles.addLoadExtender {
load.type = "nixosProfiles";
load.nixosModuleImporter = haumea.lib.loaders.default;
};
Expand Down
2 changes: 1 addition & 1 deletion units/nixos/homeProfiles/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ with presets;
# ------------------------------
spell-check
self.fileManager
(lib.optionals inputs.nixpkgs.stdenv.isLinux presets.alacritty)
#(lib.optionals inputs.nixpkgs.stdenv.isLinux presets.alacritty)
];

modernTools = [
Expand Down

0 comments on commit 725c53b

Please sign in to comment.