Skip to content

Commit

Permalink
feat(nvim-nixcats): change default editor to nvim-nixcats
Browse files Browse the repository at this point in the history
bye bye lazyvim, although i will rip your configurations and make them mine hehehehhehehe
  • Loading branch information
luqmanishere committed Aug 12, 2024
1 parent 83eb415 commit 9d84f26
Show file tree
Hide file tree
Showing 33 changed files with 162 additions and 828 deletions.
105 changes: 81 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
};
# nix darwin when we need it only

nvim-nixcats.url = "github:luqmanishere/nvim-nixcats";
nil.url = "github:oxalica/nil";
alejandra = {
url = "github:kamadorueda/alejandra/3.0.0";
Expand Down
22 changes: 15 additions & 7 deletions home/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{self, ...}: {
{
self,
lib,
...
}: {
flake = {
homeModules = {
# common modules that should be imported by everyone.
# these modules should be usable in all environments
common = {
imports = [
./configopts.nix
./editors/lazyvim
# ./editors/lazyvim # deprecated
./editors/nvim-nixcats.nix
./tools/shell.nix
./tools/starship.nix
./terminals/zellij.nix
Expand All @@ -16,6 +21,9 @@
./tools/python.nix
];
home.stateVersion = "22.11";

# set configuratble module options here
modules.editors.nixCats.setDefault = lib.mkDefault true;
};

sync-services.imports = [./tools/syncthing.nix];
Expand Down Expand Up @@ -93,8 +101,8 @@
};

luqman-alya = {
imports = [
./luqman-home-alya.nix
imports = [
./luqman-home-alya.nix
./configopts.nix
./editors/lazyvim
./tools/shell.nix
Expand All @@ -103,11 +111,11 @@
./tools/task.nix
./secrets
./tools/python.nix
];
];

programs.home-manager.enable = true;
programs.home-manager.enable = true;
home.stateVersion = "22.11";
};
};
};
};
}
20 changes: 0 additions & 20 deletions home/editors/astronvim/config/.neoconf.json

This file was deleted.

3 changes: 0 additions & 3 deletions home/editors/astronvim/config/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions home/editors/astronvim/config/init.lua

This file was deleted.

Loading

0 comments on commit 9d84f26

Please sign in to comment.