diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-02-07 15:25:44 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-02-07 15:25:44 -0600 |
| commit | 76d055cc22c72129073258968105e1e1e1a41dd0 (patch) | |
| tree | 355c2bb776270f11de6668c7dd71bf5aa8238b6d | |
| parent | e917e3a936a4565085c23f9cb447fa02d779f9c2 (diff) | |
| parent | 2da58dcce3a7f2f16fac07e6ec85fe15528d0c86 (diff) | |
Merge branch '[lustrated]' into master
Diffstat (limited to '')
| -rw-r--r-- | home/i3-config.nix | 2 | ||||
| -rw-r--r-- | home/path.nix | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/home/i3-config.nix b/home/i3-config.nix index 3edf06d..999745b 100644 --- a/home/i3-config.nix +++ b/home/i3-config.nix @@ -154,7 +154,7 @@ # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { - status_command ${i3status-rust}/bin/i3status-rs + status_command ${i3status-rust}/bin/i3status-rs ~/.config/i3status-rust/config-default.toml position top } diff --git a/home/path.nix b/home/path.nix index ca76cfb..2199b3e 100644 --- a/home/path.nix +++ b/home/path.nix @@ -31,6 +31,7 @@ with lib; { pkgs.nmap pkgs.libsForQt5.okular pkgs.pavucontrol + pkgs.pciutils py.python pkgs.rustup pkgs.local.scripts @@ -41,7 +42,10 @@ with lib; { pkgs.local.tmux-lift pkgs.teams pkgs.units + pkgs.usbutils + pkgs.xclip # keepassxc-cli clip pkgs.xsel + pkgs.xournalpp pkgs.zoom-us ]; } |
