update flake, add nixvim, disable librewolf as declarative addons are not currently available, add nextcloud-client

This commit is contained in:
Gabriella Bere 2024-09-01 20:55:06 +01:00
parent da68527e3c
commit 0430e15d54
7 changed files with 284 additions and 13 deletions

View file

@ -20,6 +20,13 @@
# Declarative flatpak management, documentation states overriding nixpkgs is not supported
flatpaks.url = "github:GermanBread/declarative-flatpak/stable-v3";
# Nixvim neovim distro for easier nixified configuration
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, stablepkgs, home-manager, ... } @ inputs:
@ -54,6 +61,7 @@
# ./home-manager/librewolf.nix
inputs.anyrun.homeManagerModules.default
inputs.flatpaks.homeManagerModules.default
inputs.nixvim.homeManagerModules.default
];
};
};