Skip to content

Commit

Permalink
fix: make options work on darwin hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Feb 9, 2024
1 parent 834f8bf commit 924d5ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ in {
system = "x86_64-darwin";
specialArgs = {user = userWork inputs;};
modules = [
../../modules/options.nix
./hosts/work/default.nix
./hosts/configuration.nix
home-manager.darwinModules.home-manager
Expand All @@ -34,6 +35,7 @@ in {
system = "aarch64-darwin";
specialArgs = {user = userPersonal inputs;};
modules = [
../../modules/options.nix
./hosts/Bebop/default.nix
./hosts/configuration.nix
home-manager.darwinModules.home-manager
Expand Down
1 change: 1 addition & 0 deletions hosts/darwin/hosts/Bebop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

home-manager.users.matt = {pkgs, ...}: {
imports = [
../../../../modules/options.nix
../../../../modules/common.nix
../../../../modules/rust.nix
../../../../modules/shell/gitui.nix
Expand Down
1 change: 1 addition & 0 deletions hosts/darwin/hosts/work/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ in {

home-manager.users.mcarrier = {pkgs, ...}: {
imports = [
../../../../modules/options.nix
../../../../modules/common.nix
../../../../modules/shell/starship.nix
# ../../../../modules/keyboard-dev.nix
Expand Down

0 comments on commit 924d5ee

Please sign in to comment.