5 lines
No EOL
89 B
Nix
5 lines
No EOL
89 B
Nix
{ config, pkgs, lib, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
tmux
|
|
];
|
|
} |