Skip to content

Commit

Permalink
debuggin'
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed May 20, 2024
1 parent d01937a commit fa1a83c
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 111 deletions.
125 changes: 89 additions & 36 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@

snowfall-lib = {
url = "github:snowfallorg/lib";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};

home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};

darwin = {
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};

nixgl.url = "github:nix-community/nixGL";

deploy-rs.url = "github:serokell/deploy-rs";
deploy-rs.inputs.nixpkgs.follows = "nixpkgs";
# deploy-rs.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = inputs: let
lib = inputs.snowfall-lib.mkLib {
Expand All @@ -35,7 +35,7 @@
channels-config.allowUnfree = true;

overlays = with inputs; [
nixgl.overlays.default
# nixgl.overlays.default
];
alias.shells = {
default = "myshell";
Expand Down
16 changes: 8 additions & 8 deletions homes/aarch64-darwin/arichtman@bne-nb-ariel/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{pkgs, ...}: {
work-home.enabled = true;
default-home = {
username = "arichtman";
# work-home.enabled = true;
# default-home = {
# username = "arichtman";

git = {
email = "[email protected]";
username = "Ariel Richtman";
};
};
# git = {
# email = "[email protected]";
# username = "Ariel Richtman";
# };
# };
}
Loading

0 comments on commit fa1a83c

Please sign in to comment.