mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
use colmena to deploy linux machine
This commit is contained in:
parent
f37a033fc3
commit
f94ed24706
2 changed files with 7 additions and 1 deletions
|
|
@ -52,6 +52,10 @@
|
|||
[ "op" "read" "op://Personal/nixos-config/${field}" ];
|
||||
in
|
||||
{
|
||||
immediacy = {
|
||||
targetHost = "immediacy";
|
||||
targetUser = "srid";
|
||||
};
|
||||
github-runner =
|
||||
let
|
||||
user = "github-runner";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
enable = pkgs.stdenv.isDarwin; # nixvim uses IFD; so not using it on Linux (breaks colmena apply)
|
||||
|
||||
# Theme
|
||||
colorschemes.tokyonight.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue