mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
first dionysos test
This commit is contained in:
parent
469b0391b7
commit
ecce73e727
3 changed files with 63 additions and 0 deletions
13
hosts/dionysos/configuration.nix
Normal file
13
hosts/dionysos/configuration.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
weechat
|
||||
tmux
|
||||
];
|
||||
|
||||
services.weechat.enable = true;
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
clock24 = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue