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 . # welcome to saturnOS config, run nixos-help if you need it .
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
let
~ = builtins.toString ./.;
in
{ {
imports = [ imports = [
./modules ./modules

View File

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