diff options
| author | seth <[email protected]> | 2023-12-16 12:12:20 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 13:09:49 -0500 |
| commit | 0ed2febd06cbf1d4e0af957e2981296ea1b373ab (patch) | |
| tree | c8a39869da8aad241c10571793eb33f516672319 /users/seth | |
| parent | c648beab27adbbf2bfd8bafad56ae54bb3e1b195 (diff) | |
ci: back to garnix once again
i kinda miss hci but im done switching until i get infra for it
Diffstat (limited to 'users/seth')
| -rw-r--r-- | users/seth/programs/default.nix | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 0de43c0..18886cd 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -13,27 +13,25 @@ ./vim.nix ]; - home.packages = with pkgs; - [ - fd - nix-output-monitor - 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.default; + home.packages = with pkgs; [ + fd + nix-output-monitor + 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"; |
