diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-04-29 12:15:09 -0400 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-04-29 12:15:09 -0400 |
| commit | 2ae51f22c5fb6a76fe3deca99bc2c94368012af7 (patch) | |
| tree | 2088fd7ef4d244cce40e6e91b505a23936029a5d /modules/users.nix | |
| parent | bfbfc8cf8a981404415d1e0b0c6a65eacef1e451 (diff) | |
| download | depot-2ae51f22c5fb6a76fe3deca99bc2c94368012af7.tar.gz depot-2ae51f22c5fb6a76fe3deca99bc2c94368012af7.tar.bz2 depot-2ae51f22c5fb6a76fe3deca99bc2c94368012af7.zip | |
move modules out of xnet
Diffstat (limited to 'modules/users.nix')
| -rw-r--r-- | modules/users.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/users.nix b/modules/users.nix index f9f7df3..3a37dd8 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -23,13 +23,13 @@ in packages = with pkgs; [ btop curl - emacs fzf guvcview jq jujutsu lynx neovim + helix perf-flamegraph ranger ripgrep @@ -38,8 +38,10 @@ in tree zip + emacs-pgtk + # nix debugging - nixd + nil nixpkgs-fmt ]; |
