summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-11 13:56:31 -0500
committerseth <[email protected]>2023-12-11 14:01:17 -0500
commit0aaaf2dee691080da3d927ec1f5634dd671ba079 (patch)
tree928942710f4e38087b76240d9854d6b77d3fec33 /users
parentef70e7e565ab153ee5dc2bbe580c6442cfc5a4f5 (diff)
Revert "ci: use gha & attic for building/caching"
Diffstat (limited to 'users')
-rw-r--r--users/seth/programs/default.nix38
1 files changed, 18 insertions, 20 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix
index ab5f3c4..c61a4d1 100644
--- a/users/seth/programs/default.nix
+++ b/users/seth/programs/default.nix
@@ -13,26 +13,24 @@
./vim.nix
];
- 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;
+ 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}
+ '';
+ })
+ ];
catppuccin.flavour = "mocha";