Compare commits

..

No commits in common. "e2d8337e9940a6d0c7af30d576e34a07c7d4d9ca" and "beba034c172829151a57c6cf6f89ecb7af6271a7" have entirely different histories.

4 changed files with 17 additions and 32 deletions

View file

@ -1,4 +1,20 @@
{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.packages = with pkgs; [
audacity

View file

@ -32,7 +32,6 @@ in
./specific-hardware
./evremap.nix
./xmonad.nix
./fonts.nix
./firefox.nix
];

View file

@ -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;
}

View file

@ -53,21 +53,9 @@
};
};
};
keys = {
normal = {
keys.normal = {
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 = {
language-server = {