.
This commit is contained in:
parent
1f1e50f91b
commit
5e5c24c65a
2 changed files with 104 additions and 13 deletions
15
flake.nix
15
flake.nix
|
|
@ -4,10 +4,10 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||
|
||||
# nvf = {
|
||||
# url = "github:notashelf/nvf";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
# };
|
||||
nvf = {
|
||||
url = "github:notashelf/nvf";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
# home-manager = {
|
||||
# url = "github:nix-community/home-manager";
|
||||
|
|
@ -21,15 +21,14 @@
|
|||
|
||||
outputs = { self, nixpkgs,
|
||||
# home-manager,
|
||||
# nvf,
|
||||
calDavToCsv, ... }: {
|
||||
nvf, calDavToCsv, ... }: {
|
||||
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = nixpkgs;
|
||||
modules = [
|
||||
./configuration.nix
|
||||
# nvf.nixosModules.default
|
||||
calDavToCsv.nixosModules.calDAVtoCSV
|
||||
nvf.nixosModules.default
|
||||
calDavToCsv.nixosModules
|
||||
# home-manager.nixosModules.home-manager
|
||||
# {
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue