Compare commits

..

No commits in common. "9b32748bb45d8c25b855c5b1b56ed07e7dbb24fb" and "74a2071e9ade11b8f673b6f1f504972d611b8b8a" have entirely different histories.

3 changed files with 0 additions and 29 deletions

View File

@ -1,7 +1,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
@ -24,9 +23,5 @@ in
enable = true; enable = true;
# withUWSM = true; # withUWSM = true;
}; };
fonts.packages = [
pkgs.segoe-ui-ttf
];
}; };
} }

View File

@ -1,20 +0,0 @@
{
stdenv,
fetchFromGitHub,
}:
stdenv.mkDerivation {
pname = "segoe-ui";
version = "unstable-2024-05-16";
src = fetchFromGitHub {
owner = "mrbvrz";
repo = "segoe-ui-linux";
rev = "a89213b7136da6dd5c3638db1f2c6e814c40fa84";
hash = "sha256-0KXfNu/J1/OUnj0jeQDnYgTdeAIHcV+M+vCPie6AZcU=";
};
installPhase = ''
mkdir -p $out/share/fonts/truetype
install -m644 $src/font/*.ttf $out/share/fonts/truetype/
'';
}

View File

@ -18,10 +18,6 @@
./hyprland ./hyprland
]; ];
fonts.fontconfig.defaultFonts.sansSerif = [
"Segoe UI"
];
home.packages = with pkgs; [ home.packages = with pkgs; [
# ardour # ardour
# audacity # audacity