diff options
author | Franck Cuny <fcuny@roblox.com> | 2024-03-06 09:00:20 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@roblox.com> | 2024-03-06 09:00:20 -0800 |
commit | 80ac187a8df4f6d500eed135d215e5dc933dd94e (patch) | |
tree | ef00c9ab9d80676f8728a9de902a8085edbbd895 /nix/profiles/home-manager | |
parent | enable copilot for vscode (diff) | |
download | world-80ac187a8df4f6d500eed135d215e5dc933dd94e.tar.gz |
install seqstat on the work profile
Diffstat (limited to 'nix/profiles/home-manager')
-rw-r--r-- | nix/profiles/home-manager/work.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nix/profiles/home-manager/work.nix b/nix/profiles/home-manager/work.nix index 3a913ea..4933865 100644 --- a/nix/profiles/home-manager/work.nix +++ b/nix/profiles/home-manager/work.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ self, pkgs, ... }: { home.stateVersion = "23.05"; @@ -33,6 +33,8 @@ nixfmt nixpkgs-fmt rnix-lsp + + self.packages.${pkgs.system}.seqstat ]; home.sessionVariables = { |