Better modules
This commit is contained in:
parent
85a23285b8
commit
21ed795cfd
16 changed files with 534 additions and 302 deletions
8
modules/terminator.nix
Normal file
8
modules/terminator.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
terminator
|
||||
];
|
||||
|
||||
xdg.configFile."terminator/config".source = ../configs/terminator/config;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue