added rubik font
This commit is contained in:
@@ -62,5 +62,21 @@
|
|||||||
licenses.free = false;
|
licenses.free = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
packages.rubik = pkgs.stdenvNoCC.mkDerivation {
|
||||||
|
name = "rubik-font";
|
||||||
|
dontConfigue = true;
|
||||||
|
src = ./.;
|
||||||
|
|
||||||
|
installPhase = ''
|
||||||
|
mkdir -p $out/share/fonts
|
||||||
|
cp -R $src/fonts/Rubik $out/share/fonts/truetype
|
||||||
|
'';
|
||||||
|
meta = {
|
||||||
|
description = "The Monolisa Font Family derivation.";
|
||||||
|
licenses.free = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -12,6 +12,7 @@ window.Bar {
|
|||||||
color: $fg;
|
color: $fg;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-family: "JetBrainsMono Nerd Font";
|
||||||
|
|
||||||
label {
|
label {
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
|
home.file.".config/hypr/hypridle.conf" = {
|
||||||
|
source = builtins.toPath ./hypridle.conf;
|
||||||
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
|
|||||||
@@ -13,6 +13,10 @@
|
|||||||
nodejs
|
nodejs
|
||||||
yarn
|
yarn
|
||||||
|
|
||||||
|
busybox
|
||||||
|
|
||||||
|
p7zip
|
||||||
|
|
||||||
btop
|
btop
|
||||||
tldr
|
tldr
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user