Skip to content

Commit

Permalink
feat: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Apr 15, 2024
1 parent 6297819 commit 41c6e37
Show file tree
Hide file tree
Showing 13 changed files with 109 additions and 68 deletions.
14 changes: 7 additions & 7 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"catppuccin-zsh-fsh": {
"cargoLocks": null,
"date": "2024-03-10",
"date": "2024-03-25",
"extract": null,
"name": "catppuccin-zsh-fsh",
"passthru": null,
Expand All @@ -49,12 +49,12 @@
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
"rev": "d2a1ba1d4aa36edfa34ed687bd84ef1e2db481b7",
"sha256": "sha256-DYWpivDyhW9ZZD2tqpQgXFz7u947mKOUvvz+RQnVslU=",
"rev": "8af8701de8a00b10c072b7bef4f7b74558a2cd15",
"sha256": "sha256-O80XzCAw02/bXkMLgf3v71NLjVI4uCaC1i0eAZstA/0=",
"type": "git",
"url": "https://github.com/catppuccin/zsh-fsh"
},
"version": "d2a1ba1d4aa36edfa34ed687bd84ef1e2db481b7"
"version": "8af8701de8a00b10c072b7bef4f7b74558a2cd15"
},
"nekowinston-wezterm-bar": {
"cargoLocks": null,
Expand Down Expand Up @@ -84,11 +84,11 @@
"pinned": false,
"src": {
"name": null,
"sha256": "sha256-b+hp+kAnLqsljjwtg7RyWuKXT6D22FvnqEkPqLUZGKs=",
"sha256": "sha256-WsbW3Y5HqBv7tCp4iDL/9lE0gF5BRoF6WbIxeLcRJDQ=",
"type": "url",
"url": "https://github.com/koekeishiya/yabai/releases/download/v7.0.3/yabai-v7.0.3.tar.gz"
"url": "https://github.com/koekeishiya/yabai/releases/download/v7.1.0/yabai-v7.1.0.tar.gz"
},
"version": "v7.0.3"
"version": "v7.1.0"
},
"zsh-fast-syntax-highlighting": {
"cargoLocks": null,
Expand Down
14 changes: 7 additions & 7 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
};
catppuccin-zsh-fsh = {
pname = "catppuccin-zsh-fsh";
version = "d2a1ba1d4aa36edfa34ed687bd84ef1e2db481b7";
version = "8af8701de8a00b10c072b7bef4f7b74558a2cd15";
src = fetchgit {
url = "https://github.com/catppuccin/zsh-fsh";
rev = "d2a1ba1d4aa36edfa34ed687bd84ef1e2db481b7";
rev = "8af8701de8a00b10c072b7bef4f7b74558a2cd15";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-DYWpivDyhW9ZZD2tqpQgXFz7u947mKOUvvz+RQnVslU=";
sha256 = "sha256-O80XzCAw02/bXkMLgf3v71NLjVI4uCaC1i0eAZstA/0=";
};
date = "2024-03-10";
date = "2024-03-25";
};
nekowinston-wezterm-bar = {
pname = "nekowinston-wezterm-bar";
Expand All @@ -55,10 +55,10 @@
};
yabai = {
pname = "yabai";
version = "v7.0.3";
version = "v7.1.0";
src = fetchurl {
url = "https://github.com/koekeishiya/yabai/releases/download/v7.0.3/yabai-v7.0.3.tar.gz";
sha256 = "sha256-b+hp+kAnLqsljjwtg7RyWuKXT6D22FvnqEkPqLUZGKs=";
url = "https://github.com/koekeishiya/yabai/releases/download/v7.1.0/yabai-v7.1.0.tar.gz";
sha256 = "sha256-WsbW3Y5HqBv7tCp4iDL/9lE0gF5BRoF6WbIxeLcRJDQ=";
};
};
zsh-fast-syntax-highlighting = {
Expand Down
112 changes: 66 additions & 46 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@
url = "github:catppuccin/vscode";
inputs.nixpkgs.follows = "nixpkgs";
};
catppuccin-toolbox = {
url = "github:catppuccin/toolbox";
inputs.nixpkgs.follows = "nixpkgs";
};

agenix = {
url = "github:ryantm/agenix";
Expand All @@ -155,7 +159,6 @@
};
swayfx = {
url = "github:willpower3309/swayfx";
inputs.flake-compat.follows = "";
inputs.nixpkgs.follows = "nixpkgs";
};
vscode-server = {
Expand Down
5 changes: 4 additions & 1 deletion home/apps/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
pkgs,
...
}: {
age.secrets."gitconfig-work".path = "${config.xdg.configHome}/git/gitconfig-work";
programs.git.includes = [
{
condition = "gitdir:~/Code/work/";
path = config.age.secrets."gitconfig-work".path;
}
{
condition = "gitdir:~/Code/freelance/";
path = config.age.secrets."gitconfig-freelance".path;
}
];

# use fsmonitor
Expand Down
Loading

0 comments on commit 41c6e37

Please sign in to comment.