rebrand to saturnOS

This commit is contained in:
Bit Borealis 2023-03-26 05:18:32 +00:00
parent c5f206e68e
commit aa1b4fd832
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
4 changed files with 10 additions and 7 deletions

View File

@ -1,6 +1,3 @@
# susos-configs
# saturnOS
SUSUSUSUSSUSUSUSUS
so basically i'm working on making a modular system which takes a few inputs and builds a full
system as automatically as possible
this is the basis of the saturnOS operating system ( sorry guix enjoyers )

View File

@ -1,5 +1,5 @@
# copy this file to your /etc/nixos/ and make sure the directory is correct !
{...}:
{
imports = [ /home/hive/Projects/susos-configs ];
imports = [ /home/hive/.saturn ];
}

View File

@ -1,4 +1,4 @@
# welcome to susOS config, run nixos-help if you need it .
# welcome to saturnOS config, run nixos-help if you need it .
{ config, pkgs, ... }:
let
unstableTarball = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";

6
saturn/system.nix Normal file
View File

@ -0,0 +1,6 @@
## not real code yet
{
user = "hive";
hostname = "vulkan";
prett_hostname = "🌋 vulkan";
}