From 0f94e226637a238d33f7c6e5b359b6b65f733a70 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 8 Nov 2025 13:32:13 -0500 Subject: dotfile managment --- flake.nix | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 801ffa7..7ee6bf4 100644 --- a/flake.nix +++ b/flake.nix @@ -11,10 +11,6 @@ url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; }; - nvf = { - url = "github:notashelf/nvf"; - }; - schizofox.url = "github:schizofox/schizofox"; nur = { url = "github:nix-community/NUR"; #inputs.nixpkgs.follows = "nixpkgs"; @@ -26,8 +22,6 @@ nixpkgs, home-manager, stylix, - nvf, - schizofox, nur, ... } @ inputs: let @@ -38,13 +32,6 @@ config.allowUnfree = true; overlays = [nur.overlay]; }; - skullNeovim = nvf.lib.neovimConfiguration { - inherit pkgs; - modules = [ - ./neovim.nix - ]; - extraSpecialArgs = {inherit inputs;}; - }; in { nixosConfigurations = { home = lib.nixosSystem { @@ -63,11 +50,12 @@ modules = [ stylix.homeModules.stylix #nur.modules.nixos.default + ./dotfiles.nix ./home.nix + {dotfiles.mutable = true;} ]; - extraSpecialArgs = {inherit inputs skullNeovim;}; + extraSpecialArgs = {inherit inputs;}; }; }; - packages.${system}.skull-neovim = skullNeovim.neovim; }; } -- cgit v1.3.1