Convert nix-dev to flake config.

This commit is contained in:
2023-11-26 07:48:58 +00:00
parent 15c8a3fbb0
commit db1f6baaf7
7 changed files with 66 additions and 1 deletions

View File

@@ -1,5 +0,0 @@
{
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}

View File

@@ -1,7 +1,6 @@
{ pkgs, self, ... }:
{
imports = [
./boot.nix
./cpufreq.nix
./flakes.nix
./locale.nix