mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 05:19:22 +02:00
fix various flake erros
This commit is contained in:
parent
f51a53d7cb
commit
21688ed5bf
10 changed files with 15 additions and 155 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
|
@ -19,4 +19,5 @@
|
|||
environment.systemPackages = with pkgs; [ moonlight-qt ];
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
imports = [ ./hardware-configuration.nix ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue