This commit is contained in:
morganmayday 2026-02-12 15:31:26 -08:00
parent 137cc44d43
commit 11b794ab65

View file

@ -1,10 +1,14 @@
#################################################################
# .▄▄▄ ▄• ▄▌▪ ▐ ▄ ▄▄▄▄▄▄▄▄ ..▄▄ · .▄▄ · ▄▄▄ . ▐ ▄ ▄▄· ▄▄▄ . #
# ▐▀•▀█ █▪██▌██ •█▌▐█•██ ▀▄.▀·▐█ ▀. ▐█ ▀. ▀▄.▀·•█▌▐█▐█ ▌▪▀▄.▀· #
# █▌·.█▌█▌▐█▌▐█·▐█▐▐▌ ▐█.▪▐▀▀▪▄▄▀▀▀█▄▄▀▀▀█▄▐▀▀▪▄▐█▐▐▌██ ▄▄▐▀▀▪▄ # ####################################################
# ▐█▪▄█·▐█▄█▌▐█▌██▐█▌ ▐█▌·▐█▄▄▌▐█▄▪▐█▐█▄▪▐█▐█▄▄▌██▐█▌▐███▌▐█▄▄▌ # # _ _ #
# ·▀▀█. ▀▀▀ ▀▀▀▀▀ █▪ ▀▀▀ ▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀ █▪·▀▀▀ ▀▀▀ # # __ _ _ _(_)_ _| |_ ___ ______ ___ _ _ __ ___ #
################################################################# # / _` | || | | ' \ _/ -_|_-<_-</ -_) ' \/ _/ -_) #
# \__, |\_,_|_|_||_\__\___/__/__/\___|_||_\__\___| #
# |_| #
####################################################
hello there, stranger! quintessence is an opinionated flake-based config, built from the ground up for newer users, using KDE Plasma as desktop manager. hello there, stranger! quintessence is an opinionated flake-based config, built from the ground up for newer users, using KDE Plasma as desktop manager.
@ -17,7 +21,7 @@ hello there, stranger! quintessence is an opinionated flake-based config, built
### getting started ### ### getting started ###
begin with the NixOS graphical install medium. make sure to set the hostname and username as you'll want them, then reboot into that system. begin with the NixOS graphical install medium. make sure to set the hostname and username as you'll want them, then reboot into that system.
open up `/etc/nixos/configuration.nix` in a text editor of your choice, then add ```programs.git.enable = true;``` right below the `time.timeZone` line. save out, then run `nixos-rebuild switch`. open up `/etc/nixos/configuration.nix` in a text editor of your choice, then add `programs.git.enable = true;` right below the `time.timeZone` line. save out, then run `nixos-rebuild switch`.
in a text editor of your choice, make some changes to the provided files. in a text editor of your choice, make some changes to the provided files.
-- in `flake.nix`, change the variables section as instructed. -- in `flake.nix`, change the variables section as instructed.