Skip to content

Commit

Permalink
remove darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ocfox committed Oct 20, 2023
1 parent 39964f5 commit 40894f2
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 126 deletions.
23 changes: 0 additions & 23 deletions darwin/default.nix

This file was deleted.

23 changes: 0 additions & 23 deletions darwin/silverfox/default.nix

This file was deleted.

9 changes: 0 additions & 9 deletions darwin/silverfox/fonts.nix

This file was deleted.

15 changes: 0 additions & 15 deletions darwin/silverfox/home-manager.nix

This file was deleted.

11 changes: 0 additions & 11 deletions darwin/silverfox/nix.nix

This file was deleted.

4 changes: 0 additions & 4 deletions darwin/silverfox/services.nix

This file was deleted.

20 changes: 4 additions & 16 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,40 +25,28 @@
};
transformer = haumea.lib.transformers.liftDefault;
};
darwin = { pkgs, ... }@args: haumea.lib.load {
src = ./home-darwin;
inputs = args // {
inherit inputs;
};
transformer = haumea.lib.transformers.liftDefault;
};
};
in
{
nixosConfigurations = import ./hosts {
inherit self nixpkgs inputs username home;
};

darwinConfigurations.silverfox = import ./darwin {
inherit self nixpkgs darwin inputs username home;
};

ferrucyon = import ./iso {
inherit self nixpkgs inputs username;
};
};


inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
minegrub.url = "github:ocfox/minegrub-theme";
nur.url = "github:nix-community/NUR";
haumea = {
url = "github:nix-community/haumea";
nixos-apple-silicon = {
url = "github:tpwrules/nixos-apple-silicon";
inputs.nixpkgs.follows = "nixpkgs";
};
darwin = {
url = "github:lnl7/nix-darwin/master";
haumea = {
url = "github:nix-community/haumea";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
Expand Down
3 changes: 0 additions & 3 deletions home-darwin/home/default.nix

This file was deleted.

5 changes: 0 additions & 5 deletions home-darwin/home/packages.nix

This file was deleted.

3 changes: 0 additions & 3 deletions home-darwin/programs/alacritty.nix

This file was deleted.

9 changes: 0 additions & 9 deletions home-darwin/programs/fish.nix

This file was deleted.

3 changes: 0 additions & 3 deletions home-darwin/programs/kitty.nix

This file was deleted.

2 changes: 1 addition & 1 deletion home-desktop/home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ with pkgs;
cava
vlc
wf-recorder
(blender.override { hipSupport = true; })
blender-hip
]
1 change: 0 additions & 1 deletion hosts/whitefox/environment/systemPackages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ with pkgs;
tty-clock
lazygit
ranger
fzf
unzip
p7zip
htop
Expand Down

0 comments on commit 40894f2

Please sign in to comment.