Convert nix-dev to flake config.
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
{
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
{ pkgs, self, ... }:
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./cpufreq.nix
|
||||
./flakes.nix
|
||||
./locale.nix
|
||||
|
||||
Reference in New Issue
Block a user