fixed some bugs so it builds now, which it does

This commit is contained in:
Bit Borealis 2023-07-02 03:08:57 +00:00
parent 4ed8c99679
commit 0db0aec549
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
# welcome to saturnOS config, run nixos-help if you need it .
{ config, pkgs, lib, ... }:
let
~ = builtins.toString ./.;
in
{
imports = [
./modules

View File

@ -3,7 +3,7 @@
{ config, pkgs, lib, ... }:
{
# importing custom user config
imports = [ custom.nix ];
imports = [ ./custom.nix ];
# settings hostname
saturn.hostname = "saturnOS";