Skip to content

Commit

Permalink
upstreamed the package
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed May 18, 2024
1 parent a897ddd commit 222348d
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 86 deletions.
78 changes: 39 additions & 39 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 0 additions & 41 deletions pkgs/matrix-plymouth-theme.nix

This file was deleted.

10 changes: 4 additions & 6 deletions system/boot/boot-options.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# This conf file is used to configure boot
{
config,
pkgs,
lib,
systemSettings,
pkgs-edge,
...
}: {
# Enable systemd-boot
Expand Down Expand Up @@ -32,9 +30,9 @@
# black_hud circle_hud cross_hud square_hud
# circuit connect cuts_alt seal_2 seal_3
theme = "matrix";
themePackages = with pkgs; [
(adi1090x-plymouth-themes.override {selected_themes = ["rings_2"];})
(callPackage ../../pkgs/matrix-plymouth-theme.nix {})
themePackages = [
(pkgs.adi1090x-plymouth-themes.override {selected_themes = ["rings_2"];})
pkgs-edge.plymouth-matrix-theme
];
};
}
8 changes: 8 additions & 0 deletions system/services/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,12 @@
security.apparmor.enable = true;
security.apparmor.enableCache = true;
services.dbus.apparmor = "enabled";

console = {
font = "ter-124b";
keyMap = "us";
packages = with pkgs; [
terminus_font
];
};
}

0 comments on commit 222348d

Please sign in to comment.