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"; +}