From aa1b4fd83259087f4b65609545e11937a017b985 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Sun, 26 Mar 2023 05:18:32 +0000 Subject: [PATCH] rebrand to saturnOS --- README.md | 7 ++----- configuration.nix | 2 +- default.nix | 2 +- saturn/system.nix | 6 ++++++ 4 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 saturn/system.nix diff --git a/README.md b/README.md index 7cd3856..59b6d24 100644 --- a/README.md +++ b/README.md @@ -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 ) diff --git a/configuration.nix b/configuration.nix index f9b0198..3d0e8af 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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 ]; } diff --git a/default.nix b/default.nix index bd2b6cf..6ca94ac 100644 --- a/default.nix +++ b/default.nix @@ -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"; diff --git a/saturn/system.nix b/saturn/system.nix new file mode 100644 index 0000000..ee35c50 --- /dev/null +++ b/saturn/system.nix @@ -0,0 +1,6 @@ +## not real code yet +{ + user = "hive"; + hostname = "vulkan"; + prett_hostname = "🌋 vulkan"; +}