configures tmux
This commit is contained in:
parent
a5400b6d22
commit
4838f2eb46
3 changed files with 54 additions and 6 deletions
|
|
@ -27,9 +27,7 @@
|
|||
# Device specific overlays
|
||||
# Overlays for all devices are defined
|
||||
# in modules/default.nix
|
||||
nixpkgs.overlays = [
|
||||
inputs.zellij-switch.overlays.default
|
||||
];
|
||||
nixpkgs.overlays = [];
|
||||
|
||||
# System Packages
|
||||
environment.systemPackages = lib.mkAfter (
|
||||
|
|
@ -38,8 +36,6 @@
|
|||
yt-dlp
|
||||
fnm
|
||||
devenv
|
||||
zellij
|
||||
zellij-switch
|
||||
rsync
|
||||
]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue