Skip to content

Commit

Permalink
chore: sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Dec 4, 2024
1 parent 6dd73a8 commit 82e4096
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"theme": "Base16 Chalk",
"use_auto_surround": true,
"show_call_status_icon": true,
"show_inline_completions": false,
"show_inline_completions": true,
"show_completions_on_input": true,
"show_completion_documentation": true,
"lsp": {
Expand Down
58 changes: 10 additions & 48 deletions darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -151,54 +151,16 @@ nix-darwin.lib.darwinSystem rec {
];
};
};
# home-manager = {
# useGlobalPkgs = true;
# useUserPackages = true;
# users.o = {
# # name = "o";
# # home = "/Users/o";
# home = {
# username = user;
# homeDirectory = "/Users/o";
# };
# imports = [
# ./home-modules/tmux
# ./home-modules/kitty
# ./home-modules/helix
# ./home-modules/zellij
# ./home-modules/ghostty
# ./home-modules/bat.nix
# ./home-modules/git.nix
# ./home-modules/home.nix
# ./home-modules/fonts.nix
# ./home-modules/direnv.nix
# # ./home-modules/darwin.nix
# ./home-modules/shells/bash
# ./home-modules/shells/fish
# ./home-modules/lazygit.nix
# ./home-modules/keybase.nix
# ./home-modules/packages.nix
# ./home-modules/starship.nix
# ./home-modules/fastfetch.nix
# ./home-modules/shells/nushell
# ./home-modules/github-cli.nix
# ];
# };
# environment = {
# variables = {
# EDITOR = "hx";
# };
# };
# };
}
# {
# config._module.args = {
# pkgs = import inputs.nixpkgs {
# system = "aarch64-darwin";
# allowBroken = true;
# allowUnfree = true;
# };
# };
# }
{
config._module.args = {
inherit ghostty;
pkgs = import inputs.nixpkgs {
system = "aarch64-darwin";
allowBroken = true;
allowUnfree = true;
};
};
}
];
}
2 changes: 1 addition & 1 deletion modules/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
# Add ability to used TouchID for sudo authentication
security.pam.enableSudoTouchIdAuth = true;

programs.zsh.enable = true;
programs.fish.enable = true;
}

0 comments on commit 82e4096

Please sign in to comment.