use nixvim

This commit is contained in:
Rouven Seifert 2023-02-23 15:18:55 +01:00
parent 7ff419c094
commit 5b7a195446
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
4 changed files with 236 additions and 192 deletions

View file

@ -8,14 +8,16 @@
nix-colors.url = github:Misterio77/nix-colors;
hyprpaper.url = github:hyprwm/hyprpaper;
nixos-hardware.url = github:nixos/nixos-hardware;
nixvim.url = github:pta2002/nixvim;
home-manager.inputs.nixpkgs.follows = "nixpkgs";
hyprland.inputs.nixpkgs.follows = "nixpkgs";
hyprpaper.inputs.nixpkgs.follows = "nixpkgs";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { self, nixpkgs, home-manager, hyprland, hyprpaper, sops-nix, nix-colors, nixos-hardware }@attrs: {
outputs = { self, nixpkgs, home-manager, hyprland, hyprpaper, sops-nix, nix-colors, nixos-hardware, nixvim }@attrs: {
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
nixosConfigurations = {
thinkpad = nixpkgs.lib.nixosSystem {
@ -33,6 +35,7 @@
imports = [
nix-colors.homeManagerModule
hyprland.homeManagerModules.default
nixvim.homeManagerModules.nixvim
];
config = {
colorScheme = nix-colors.colorSchemes.dracula;