Compare commits
No commits in common. "e2d8337e9940a6d0c7af30d576e34a07c7d4d9ca" and "beba034c172829151a57c6cf6f89ecb7af6271a7" have entirely different histories.
e2d8337e99
...
beba034c17
4 changed files with 17 additions and 32 deletions
|
@ -1,4 +1,20 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
fonts.packages = with pkgs; [
|
||||||
|
(nerdfonts.override {fonts = ["FiraCode"];})
|
||||||
|
montserrat
|
||||||
|
noto-fonts
|
||||||
|
atkinson-hyperlegible
|
||||||
|
arkpandora_ttf
|
||||||
|
liberation_ttf
|
||||||
|
caladea
|
||||||
|
carlito
|
||||||
|
garamond-libre
|
||||||
|
ocr-a
|
||||||
|
amiri
|
||||||
|
libertine
|
||||||
|
inter
|
||||||
|
];
|
||||||
|
fonts.fontDir.enable = true;
|
||||||
home-manager.users.jade = {pkgs, ...}: {
|
home-manager.users.jade = {pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
audacity
|
audacity
|
||||||
|
|
|
@ -32,7 +32,6 @@ in
|
||||||
./specific-hardware
|
./specific-hardware
|
||||||
./evremap.nix
|
./evremap.nix
|
||||||
./xmonad.nix
|
./xmonad.nix
|
||||||
./fonts.nix
|
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
fonts.packages = with pkgs; [
|
|
||||||
(nerdfonts.override {fonts = ["FiraCode"];})
|
|
||||||
montserrat
|
|
||||||
noto-fonts
|
|
||||||
atkinson-hyperlegible
|
|
||||||
arkpandora_ttf
|
|
||||||
liberation_ttf
|
|
||||||
caladea
|
|
||||||
carlito
|
|
||||||
garamond-libre
|
|
||||||
ocr-a
|
|
||||||
amiri
|
|
||||||
libertine
|
|
||||||
inter
|
|
||||||
];
|
|
||||||
fonts.fontDir.enable = true;
|
|
||||||
}
|
|
|
@ -53,21 +53,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
keys = {
|
keys.normal = {
|
||||||
|
|
||||||
normal = {
|
|
||||||
space."=" = ":fmt";
|
space."=" = ":fmt";
|
||||||
};
|
};
|
||||||
insert = {
|
|
||||||
up = "no_op";
|
|
||||||
down = "no_op";
|
|
||||||
left = "no_op";
|
|
||||||
right = "no_op";
|
|
||||||
pageup = "no_op";
|
|
||||||
pagedown = "no_op";
|
|
||||||
home = "no_op";
|
|
||||||
end = "no_op";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
languages = {
|
languages = {
|
||||||
language-server = {
|
language-server = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue