]> Untitled Git - monorepo.git/commitdiff
add webring
authorPreston Pan <preston@nullring.xyz>
Sun, 3 Mar 2024 22:59:48 +0000 (14:59 -0800)
committerPreston Pan <preston@nullring.xyz>
Sun, 3 Mar 2024 22:59:48 +0000 (14:59 -0800)
about.org
config/nix.org
index.org

index 36950f452c0170a1b9673d3f6a354601ecf0837a..85ee5d60f7792a78d7a45222652abab6fcebf730 100644 (file)
--- a/about.org
+++ b/about.org
 #+html_head: <meta name="msapplication-TileColor" content="#da532c">
 #+html_head: <meta name="theme-color" content="#ffffff">
 
+* Webrings
+This website is a part of these webrings:
+
+[[https://baccyflap.com][<]] [[https://nullring.xyz][nullring]] [[https://pen15.agency][>]]
+
 * About Me
 ** whoami?
 [[https://preston.nullring.xyz][Preston Pan]]. Although, that is not really important for the enjoyment of ret2pop, and
index 8af80ff78db453d8dfb7351033fa43b42499eae4..5c481fb7b4fdfac7efec7aabb6e84d497877b392 100644 (file)
@@ -4,7 +4,7 @@
 #+html_head: <link rel="stylesheet" type="text/css" href="../style.css" />
 
 * Configuration
-#+begin_src nix :tangle
+#+begin_src nix :tangle t
   # Edit this configuration file to define what should be installed on
   # your system.  Help is available in the configuration.nix(5) man page
   # and in the NixOS manual (accessible by running ‘nixos-help’).
@@ -93,7 +93,6 @@
        pkgs.acpilight
        pkgs.light
        pkgs.gnupg
-       pkgs.pass
        pkgs.fira-code
        pkgs.croc
        pkgs.nixpkgs-fmt
        pkgs.mpc-cli
        pkgs.yt-dlp
        pkgs.mpv
+       pkgs.python3
        (pkgs.nerdfonts.override { fonts = [ "Iosevka" ]; })
        (pkgs.discord.override {
          withOpenASAR = true;
          b = "branch";
        };
       };
+      programs.password-store = {
+       enable = true;
+       settings = {
+         PASSWORD_STORE_KEY = "2B749D1FB976E81613858E490290504780B30E20"; 
+       };
+      };
 
       wayland.windowManager.hyprland = {
        enable = true;
index 95816d695c44e3cf94d13f2114040e475a5db673..a23fe70b5ce48292fc40f8d502d83241afb05895 100644 (file)
--- a/index.org
+++ b/index.org
@@ -64,7 +64,7 @@ website:
 #+begin_src shell :exports code :results silent
 cd ~/org/website
 git add .
-git commit -m "change readme"
+git commit -m "add webring"
 git push origin main
 rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
 #+end_src