add beeper on haze
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user