task | add timewarriro config
This commit is contained in:
parent
ae09f98740
commit
50e6ec22a8
2 changed files with 22 additions and 8 deletions
|
|
@ -203,14 +203,11 @@
|
||||||
news.version = "2.6.0";
|
news.version = "2.6.0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# FIXME need to convert harper over before this will work
|
xdg.configFile."timewarrior/timewarrior.cfg".text = ''
|
||||||
#home.file."timewarrior.cfg" = {
|
verbose = no
|
||||||
# enable = true;
|
confirmation = off
|
||||||
# target = ".timewarrior/timewarrior.cfg";
|
'';
|
||||||
# text = ''
|
};
|
||||||
# tags.nixos.description = Working on NixOS
|
|
||||||
# '';
|
|
||||||
#};
|
|
||||||
home.file."vit-config.ini" = {
|
home.file."vit-config.ini" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
target = ".vit/config.ini";
|
target = ".vit/config.ini";
|
||||||
|
|
|
||||||
17
hosts/loki/colmena.nix
Normal file
17
hosts/loki/colmena.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
inputs,
|
||||||
|
outputs,
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
imports = [
|
||||||
|
./default.nix
|
||||||
|
];
|
||||||
|
networking.hostName = "loki";
|
||||||
|
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||||
|
deployment = {
|
||||||
|
tags = ["workstation" "intel"];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue