This commit is contained in:
2026-01-15 17:43:41 +03:00
parent 02acf6ebcb
commit d3e0f1270f
3 changed files with 0 additions and 9 deletions
-4
View File
@@ -22,10 +22,6 @@
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
}; };
}; };
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = { deploy-rs = {
url = "github:serokell/deploy-rs"; url = "github:serokell/deploy-rs";
inputs = { inputs = {
-1
View File
@@ -21,7 +21,6 @@ let
sops-nix.nixosModules.sops # sops module sops-nix.nixosModules.sops # sops module
self.homeConfigurations.default.nixosModule # default homeConfigurations self.homeConfigurations.default.nixosModule # default homeConfigurations
disko.nixosModules.disko # disko module disko.nixosModules.disko # disko module
nixvim.nixosModules.nixvim # nixvim module
]; ];
nixpkgs.overlays = [ nixpkgs.overlays = [
inputs.self.nixosOverlays.default inputs.self.nixosOverlays.default
-4
View File
@@ -90,10 +90,6 @@ in
}; };
environment.variables.EDITOR = "flow"; environment.variables.EDITOR = "flow";
programs = { programs = {
# nixvim = {
# enable = false;
# colorschemes.github-theme.enable = true;
# };
nano = { nano = {
enable = true; enable = true;
nanorc = '' nanorc = ''