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