diff --git a/custom/unlisted-fonts/flake.nix b/custom/unlisted-fonts/flake.nix index d02b7fb..cc57caf 100644 --- a/custom/unlisted-fonts/flake.nix +++ b/custom/unlisted-fonts/flake.nix @@ -62,5 +62,21 @@ 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; + }; + }; + + }); } diff --git a/custom/unlisted-fonts/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf b/custom/unlisted-fonts/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf new file mode 100644 index 0000000..36dbec5 Binary files /dev/null and b/custom/unlisted-fonts/fonts/Rubik/Rubik-Italic-VariableFont_wght.ttf differ diff --git a/custom/unlisted-fonts/fonts/Rubik/Rubik-VariableFont_wght.ttf b/custom/unlisted-fonts/fonts/Rubik/Rubik-VariableFont_wght.ttf new file mode 100644 index 0000000..bbab349 Binary files /dev/null and b/custom/unlisted-fonts/fonts/Rubik/Rubik-VariableFont_wght.ttf differ diff --git a/pkgs/ags/biscuit/style.scss b/pkgs/ags/biscuit/style.scss index 5c20382..0aea1c2 100644 --- a/pkgs/ags/biscuit/style.scss +++ b/pkgs/ags/biscuit/style.scss @@ -12,6 +12,7 @@ window.Bar { color: $fg; font-size: 1.1em; font-weight: bold; + font-family: "JetBrainsMono Nerd Font"; label { margin: 0 8px; diff --git a/pkgs/hyprland/default.nix b/pkgs/hyprland/default.nix index 661a990..9bef8a4 100644 --- a/pkgs/hyprland/default.nix +++ b/pkgs/hyprland/default.nix @@ -1,4 +1,8 @@ {...}: { + home.file.".config/hypr/hypridle.conf" = { + source = builtins.toPath ./hypridle.conf; + }; + wayland.windowManager.hyprland = { enable = true; xwayland.enable = true; diff --git a/pkgs/hyprland/hypridle.conf b/pkgs/hyprland/hypridle.conf new file mode 100644 index 0000000..e69de29 diff --git a/system/default.nix b/system/default.nix index 1fb5f01..5d5bb2b 100644 --- a/system/default.nix +++ b/system/default.nix @@ -13,6 +13,10 @@ nodejs yarn + busybox + + p7zip + btop tldr ];