uses tmux on linux
This commit is contained in:
parent
c4ba382d35
commit
8ca6fd79ad
2 changed files with 3 additions and 9 deletions
|
|
@ -28,7 +28,6 @@
|
|||
# Overlays for all devices are defined
|
||||
# in flake.nix
|
||||
nixpkgs.overlays = [
|
||||
inputs.zellij-switch.overlays.default
|
||||
(final: prev: {
|
||||
python3Packages = prev.python3Packages // {
|
||||
python-dbusmock =
|
||||
|
|
@ -70,13 +69,7 @@
|
|||
};
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = lib.mkAfter (
|
||||
with pkgs;
|
||||
[
|
||||
zellij
|
||||
zellij-switch
|
||||
]
|
||||
);
|
||||
environment.systemPackages = lib.mkAfter (with pkgs; [ ]);
|
||||
|
||||
# Enable some services that do not need configuration
|
||||
services.openssh.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue