summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-12 20:35:15 -0500
committerChristian <[email protected]>2026-05-12 20:35:15 -0500
commit846da0fa115977f5ab4e9ab966439450a0c60faf (patch)
treee69deacec0fe517a1429e6379569e7afb41d7420 /modules
parent9ed54ac3b980848a142165ad5dd8c4af92923e1e (diff)
Cleanup
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix7
-rw-r--r--modules/dev.nix4
-rw-r--r--modules/llm.nix1
3 files changed, 0 insertions, 12 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 614f973..3534c69 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -71,13 +71,6 @@
documentation.dev.enable = true;
- programs.neovim = {
- enable = true;
- vimAlias = true;
- viAlias = true;
- defaultEditor = true;
- };
-
programs.bash.shellAliases = {
rebuild = "sudo nixos-rebuild switch --flake ~/.config/nixos";
};
diff --git a/modules/dev.nix b/modules/dev.nix
index 6bf1bcc..bdc552b 100644
--- a/modules/dev.nix
+++ b/modules/dev.nix
@@ -7,10 +7,6 @@
}:
{
- imports = [
- inputs.home-manager.nixosModules.home-manager
- ];
-
home-manager.users.christian = {
imports = [
./home/dev.nix
diff --git a/modules/llm.nix b/modules/llm.nix
index a0e73cf..1c960ed 100644
--- a/modules/llm.nix
+++ b/modules/llm.nix
@@ -9,7 +9,6 @@
{
imports = [
./dev.nix
- inputs.home-manager.nixosModules.home-manager
];
home-manager.users.christian = {