add beeper on haze
This commit is contained in:
parent
abe90abc6f
commit
ec53faa344
2 changed files with 7 additions and 0 deletions
6
hosts/haze/beeper.nix
Normal file
6
hosts/haze/beeper.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.beeper
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
inputs.agenix.nixosModules.default
|
inputs.agenix.nixosModules.default
|
||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
|
./beeper.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./disk.nix
|
./disk.nix
|
||||||
./thunderbird.nix
|
./thunderbird.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue