Skip to content

Commit

Permalink
✨ add dot-squirrel
Browse files Browse the repository at this point in the history
  • Loading branch information
shelken committed May 13, 2024
1 parent 343f079 commit 0bc3952
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
pkgs = (import nixpkgs) { inherit system; };
src = {
# universal
# inherit (inputs) dot-yabai;
inherit (inputs) dot-tmux;
inherit (inputs) dot-astro-nvim;
inherit (inputs) dot-squirrel;
};
cfg = builtins.mapAttrs
(module: src:
Expand All @@ -29,8 +29,8 @@
packages = {
# universal
inherit (cfg) dot-tmux;
# inherit (cfg) dot-yabai;
inherit (cfg) dot-astro-nvim;
inherit (cfg) dot-squirrel;
};
# dev environment
devShells.default = with pkgs; mkShell {
Expand All @@ -44,10 +44,9 @@
flake-utils.url = "github:numtide/flake-utils";

# universal configs
dot-tmux = { url = "github:shelken/dot-tmux"; flake = false; };
# dot-yabai = { url = "github:shelken/dot-yabai"; flake = false; };
dot-astro-nvim = { url = "github:shelken/dot-astro-nvim"; flake = false; };

dot-tmux = { url = "github:shelken/dot-tmux"; flake = false; };
dot-astro-nvim = { url = "github:shelken/dot-astro-nvim"; flake = false; };
dot-squirrel = { url = "github:shelken/rime-auto-deploy"; flake = false; };
# host-specific
};
}

0 comments on commit 0bc3952

Please sign in to comment.