Skip to content

Commit

Permalink
nix: bump flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Sep 30, 2023
1 parent 986c228 commit e76ab7c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 26 deletions.
1 change: 0 additions & 1 deletion nix/configurations/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
boot = {
tmp.useTmpfs = true;
loader.grub.enable = true;
loader.grub.version = 2;
initrd.availableKernelModules = [ "xhci_pci" "ahci" "usb_storage" "nvme" "rtsx_usb_sdmmc" "uas" "sd_mod" ];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-intel" ];
Expand Down
2 changes: 1 addition & 1 deletion nix/configurations/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
};

fonts = {
fonts = with pkgs; [
packages = with pkgs; [
emacs-all-the-icons-fonts
hack-font
roboto
Expand Down
48 changes: 24 additions & 24 deletions nix/flake.lock

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

0 comments on commit e76ab7c

Please sign in to comment.