This commit is contained in:
thiloho
2023-06-05 12:49:13 +02:00
parent b1718597f3
commit a599b2bcc6
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs"; home-manager.inputs.nixpkgs.follows = "nixpkgs";
}; };
outputs = inputs@{ nixpkgs, home-manager, ... }: { outputs = { nixpkgs, home-manager, ... }: {
nixosConfigurations = { nixosConfigurations = {
pc = nixpkgs.lib.nixosSystem { pc = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;