feat(jeeves)!: spring updating
More `wireguard` peers `nano` -> `neovim` for default available editor `samba` better names + symlink support More `opengl` packages for `Jellyfin` Add `home-assistant` (no config yet)
This commit is contained in:
parent
36e14ad3f6
commit
ee98e1582c
7 changed files with 63 additions and 3 deletions
9
modules/nixos/default-editor/default.nix
Normal file
9
modules/nixos/default-editor/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ lib, pkgs, config, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
in
|
||||
{
|
||||
programs.nano.enable = false;
|
||||
programs.neovim.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue