added flake caldav
This commit is contained in:
parent
1c4aac6abf
commit
5e4834b90d
3 changed files with 10 additions and 12 deletions
|
|
@ -13,23 +13,20 @@
|
|||
# url = "github:nix-community/home-manager";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
# sTodo = {
|
||||
# url = "git+https://git.stuce.ch/stuce/sTodo";
|
||||
# };
|
||||
calDavToCsv = { url = "git+https://git.stuce.ch/stuce/calDAVtoCSV"; };
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs,
|
||||
# home-manager,
|
||||
# nvf,
|
||||
# sTodo,
|
||||
... }: {
|
||||
calDavToCsv, ... }: {
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = nixpkgs;
|
||||
modules = [
|
||||
./configuration.nix
|
||||
# nvf.nixosModules.default
|
||||
# sTodo.nixosModules.sTodo
|
||||
calDavToCsv.nixosModules.calDavToCsv
|
||||
# home-manager.nixosModules.home-manager
|
||||
# {
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue