diff options
| author | seth <[email protected]> | 2023-12-10 08:56:11 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 08:44:48 -0500 |
| commit | ad840d3fab4d2e8dc27d265bbc0a08ed7e85c3a5 (patch) | |
| tree | 2db39df327e5b9621fd41f1d8d1a8ac3dac8ceb6 /users/seth | |
| parent | 8ac8de2593a9f5e3c160f95358b4db75d3a04640 (diff) | |
ci: use gha & attic for building/caching
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/programs/default.nix | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 93249d2..ab5f3c4 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -13,26 +13,26 @@ ./vim.nix ]; - home.packages = with pkgs; [ - fd - nurl - rclone - restic - - inputs'.attic.packages.attic - - (let - getchvim = inputs'.getchvim.packages.default; - in - # remove desktop file - symlinkJoin { - name = builtins.replaceStrings ["neovim"] ["neovim-nodesktop"] getchvim.name; - paths = [getchvim]; - postBuild = '' - rm -rf $out/share/{applications,icons} - ''; - }) - ]; + home.packages = with pkgs; + [ + fd + nurl + rclone + restic + + (let + getchvim = inputs'.getchvim.packages.default; + in + # remove desktop file + symlinkJoin { + name = builtins.replaceStrings ["neovim"] ["neovim-nodesktop"] getchvim.name; + paths = [getchvim]; + postBuild = '' + rm -rf $out/share/{applications,icons} + ''; + }) + ] + ++ lib.optional stdenv.isLinux inputs'.attic.packages.attic; catppuccin.flavour = "mocha"; |
