Improved documentation for my config

This commit is contained in:
Emmet
2023-06-11 10:26:47 -05:00
parent 7383123482
commit a08ef2b9ee
5 changed files with 144 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
{
description = "No, I don't understand how this works, so please don't ask";
description = "Flake of LibrePhoenix";
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
@@ -59,8 +59,6 @@
myHomeDir = "/home/"+name;
myEmail = email;
myDotfilesDir = dotfilesDir;
myNixConfigurationFilePath = dotfilesDir+"/system/configuration.nix";
myHomeManagerFilePath = dotfilesDir+"/user/home.nix";
myTheme = theme;
myThemePolarity = themePolarity;
myBackgroundUrl = backgroundUrl;