diff options
| -rw-r--r-- | config/.tmux.conf | 3 | ||||
| -rw-r--r-- | machines/x/home.nix | 3 | ||||
| -rw-r--r-- | modules/compromyse.nix | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/.tmux.conf b/config/.tmux.conf index 94169b0..ac27bc9 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -37,9 +37,6 @@ bind-key r command-prompt -I "#W" "rename-window '%%'" bind-key x kill-pane bind-key c new-window -c "#{pane_current_path}" -unbind f -bind f split-pane "bash ~/.sessionizer.sh" - bg="#272727" set -g status-position "bottom" diff --git a/machines/x/home.nix b/machines/x/home.nix index d7615f9..e5c4460 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -16,6 +16,9 @@ fd ripgrep + unzip + zip + cinnamon.nemo mate.eom diff --git a/modules/compromyse.nix b/modules/compromyse.nix index ab2716e..505a04d 100644 --- a/modules/compromyse.nix +++ b/modules/compromyse.nix @@ -5,6 +5,6 @@ initialPassword = "changeme"; isNormalUser = true; # openssh.authorizedKeys.keys = []; - extraGroups = [ "wheel" "storage" "input" "libvirtd" ]; + extraGroups = [ "wheel" "storage" "input" "plugdev" "libvirtd" ]; }; } |
