newsboat
This commit is contained in:
parent
2dc94db684
commit
fc8ceb5c24
|
@ -15,6 +15,7 @@
|
|||
./hyprland
|
||||
./hypridle
|
||||
./neomutt
|
||||
./newsboat
|
||||
inputs.ags.homeManagerModules.default
|
||||
];
|
||||
}
|
||||
|
|
6
home/newsboat/default.nix
Normal file
6
home/newsboat/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.newsboat = {
|
||||
enable =true;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue