summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/i3-config.nix2
-rw-r--r--home/path.nix4
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
];
}