interfaces and package config externalized, also tmux added and version variable
This commit is contained in:
10
program-tmux.nix
Normal file
10
program-tmux.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.tmux ];
|
||||
}
|
||||
Reference in New Issue
Block a user