Use custom grub

This commit is contained in:
Invariantspace 2023-10-27 15:20:59 -07:00
parent 01610722e1
commit 445e4b5743
5 changed files with 57 additions and 38 deletions

View file

@ -9,7 +9,7 @@
boot.loader.grub = {
enable = true;
device = "nodev";
theme = pkgs.sleek-grub-theme.override { withBanner = "For the Glory of Mankind"; withStyle = "dark"; };
theme = pkgs.yorha-grub-theme;
};
# Set your time zone.

View file

@ -1,4 +1,4 @@
{ config, inputs, pkgs, ... }: {
{ config, pkgs, ... }: {
home-manager.users.${config.constants.userName} = {
home.packages = with pkgs; [
exactaudiocopy
@ -7,24 +7,23 @@
nvtop-amd
mono
picard
(python3.withPackages (ps: with ps; [
websockets
]))
qbittorrent
sweet
sweet-nova
tauon
telegram-desktop
thunderbird
wallpaper-engine-kde-plugin-lib
wineWowPackages.waylandFull
winetricks
yuzu-mainline
] ++ (with pkgs.libsForQt5; [
kirigami-addons
qt5.qtwebsockets
]) ++ [
inputs.nix-custom.packages.${pkgs.system}.wallpaper-engine-kde-plugin-lib
(pkgs.python3.withPackages (ps: with ps; [
websockets
]))
];
]);
programs = {
firefox.enable = true;
kitty = {

View file

@ -10,7 +10,7 @@
boot.loader.grub = {
enable = true;
device = "nodev";
theme = pkgs.sleek-grub-theme.override { withBanner = "For the Glory of Mankind"; withStyle = "dark"; };
theme = pkgs.yorha-grub-theme;
};
# Set your time zone.