Compare commits

...

2 Commits

Author SHA1 Message Date
c5efc3fb44 added nerdfonts-martian mono
deleted old shtuff
2025-07-10 13:01:20 -05:00
14de787e82 started neovim but swtiched to lunarvim 2025-07-10 12:12:46 -05:00
6 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./fonts.nix
./hjem.nix ./hjem.nix
./network.nix ./network.nix
./packages.nix ./packages.nix

6
modules/core/fonts.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerd-fonts.martian-mono
];
}

View File

@@ -4,6 +4,5 @@
./zsh ./zsh
./git.nix ./git.nix
./packages.nix ./packages.nix
./neovim.nix
]; ];
} }

View File

@@ -1,6 +1,4 @@
{ {
config,
username,
... ...
}: }:
{ {
@@ -11,6 +9,9 @@
name = "poslop"; name = "poslop";
email = "poslop@archfox.org"; email = "poslop@archfox.org";
}; };
core = {
editor = "lvim -f";
};
}; };
}; };
} }

View File

@@ -1,8 +0,0 @@
_:
{
programs.neovim = {
enable = true;
vimAlias = true;
viAlias = true;
};
}

View File

@@ -6,6 +6,7 @@
{ {
hjem.users.${username}.packages = with pkgs; [ hjem.users.${username}.packages = with pkgs; [
lunarvim
statix statix
git git
zsh zsh