nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7dc090e6f76a2c15f6bc80a1dbfcc3947d6509fa
parent ad73bb0e309f3aafe9eb36b46e02f9766ddd1386
Author: Toni Brown <me@tb148.net>
Date:   Thu, 23 Apr 2026 17:58:27 +0800

reorganize files

Diffstat:
Mhome.nix | 14+++++++-------
Rhome/alacritty.nix -> home/alacritty/default.nix | 0
Rhome/catppuccin.nix -> home/catppuccin/default.nix | 0
Rhome/firefox.nix -> home/firefox/default.nix | 0
Rhome/gpg.nix -> home/gpg/default.nix | 0
Rhome/ime.nix -> home/ime/default.nix | 0
Rhome/rime.yaml -> home/ime/rime.yaml | 0
Rhome/jujutsu.nix -> home/jujutsu/default.nix | 0
Rhome/zed-editor.nix -> home/zed-editor/default.nix | 0
9 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/home.nix b/home.nix @@ -4,13 +4,13 @@ ... }: { imports = [ - ./home/alacritty.nix - ./home/catppuccin.nix - ./home/firefox.nix - ./home/gpg.nix - ./home/ime.nix - ./home/jujutsu.nix - ./home/zed-editor.nix + ./home/alacritty/. + ./home/catppuccin/. + ./home/firefox/. + ./home/gpg/. + ./home/ime/. + ./home/jujutsu/. + ./home/zed-editor/. ]; # Home Manager needs a bit of information about you and the diff --git a/home/alacritty.nix b/home/alacritty/default.nix diff --git a/home/catppuccin.nix b/home/catppuccin/default.nix diff --git a/home/firefox.nix b/home/firefox/default.nix diff --git a/home/gpg.nix b/home/gpg/default.nix diff --git a/home/ime.nix b/home/ime/default.nix diff --git a/home/rime.yaml b/home/ime/rime.yaml diff --git a/home/jujutsu.nix b/home/jujutsu/default.nix diff --git a/home/zed-editor.nix b/home/zed-editor/default.nix