Update nixpkgs and cleanup
Some checks failed
Check Flake / check-flake (push) Failing after 10m41s

This commit is contained in:
2023-08-12 19:40:22 -06:00
parent 61ca918cca
commit 9cf2b82e92
6 changed files with 11 additions and 45 deletions

View File

@@ -13,13 +13,11 @@ in
};
config = mkIf cfg.enable {
# Use GRUB 2 for BIOS
boot.loader = {
timeout = 2;
grub = {
enable = true;
device = cfg.device;
version = 2;
useOSProber = true;
configurationLimit = 20;
theme = pkgs.nixos-grub2-theme;

View File

@@ -10,14 +10,12 @@ in
};
config = mkIf cfg.enable {
# Use GRUB2 for EFI
boot.loader = {
efi.canTouchEfiVariables = true;
timeout = 2;
grub = {
enable = true;
device = "nodev";
version = 2;
efiSupport = true;
useOSProber = true;
# memtest86.enable = true;

View File

@@ -52,7 +52,7 @@ in
jellyfin-media-player
joplin-desktop
config.inputs.deploy-rs.packages.${config.currentSystem}.deploy-rs
pavucontrol-qt
lxqt.pavucontrol-qt
# For Nix IDE
nixpkgs-fmt