add thunderbird on haze
This commit is contained in:
parent
b5074f5d14
commit
443997f66d
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./disk.nix
|
./disk.nix
|
||||||
|
./thunderbird.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
./sway.nix
|
./sway.nix
|
||||||
|
|
|
||||||
3
hosts/haze/thunderbird.nix
Normal file
3
hosts/haze/thunderbird.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
programs.thunderbird.enable = true;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue