Compare commits
2 Commits
ce38e52ee9
...
c5efc3fb44
| Author | SHA1 | Date | |
|---|---|---|---|
| c5efc3fb44 | |||
| 14de787e82 |
@@ -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
6
modules/core/fonts.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
nerd-fonts.martian-mono
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -4,6 +4,5 @@
|
|||||||
./zsh
|
./zsh
|
||||||
./git.nix
|
./git.nix
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./neovim.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
_:
|
|
||||||
{
|
|
||||||
programs.neovim = {
|
|
||||||
enable = true;
|
|
||||||
vimAlias = true;
|
|
||||||
viAlias = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
hjem.users.${username}.packages = with pkgs; [
|
hjem.users.${username}.packages = with pkgs; [
|
||||||
|
lunarvim
|
||||||
statix
|
statix
|
||||||
git
|
git
|
||||||
zsh
|
zsh
|
||||||
|
|||||||
Reference in New Issue
Block a user