Use custom grub
This commit is contained in:
parent
01610722e1
commit
445e4b5743
5 changed files with 57 additions and 38 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue