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