feat: add rofi, fonts, dunst config, gtk theme
This commit is contained in:
12
nix/fonts/custom-fonts.nix
Normal file
12
nix/fonts/custom-fonts.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ stdenv, lib }:
|
||||
stdenv.mkDerivation {
|
||||
pname = "custom-fonts";
|
||||
version = "0.1.0";
|
||||
|
||||
src = ../../custom/fonts;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/fonts
|
||||
cp -r $src/* $out/share/fonts
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user