[WIP] Several changes
- `foot` fonts and background color - `helix` editor - `pass` related aliases in shell - `nix-index` automatic update - `sway`/`waybar` changes - new `beebox` host - `kodi` module - `coredns` for `hs`
This commit is contained in:
parent
859896c9b2
commit
759b200b45
14 changed files with 313 additions and 41 deletions
23
hosts/beebox/default.nix
Normal file
23
hosts/beebox/default.nix
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
fleetModules,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
]
|
||||
++ fleetModules [
|
||||
"common"
|
||||
"ssh"
|
||||
"ccr"
|
||||
"audio"
|
||||
"dbus"
|
||||
"bluetooth"
|
||||
"kodi"
|
||||
"udisks2"
|
||||
];
|
||||
|
||||
ccr.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue