flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit 65f02cbdc7d440097c871c10647e3863ed055381
parent 4f65faf80bb7087a61ca6d02d3e793706fc16757
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Mon, 14 Apr 2025 16:13:16 +0200

refactor: rename modules/home/ to modules/home-manager/

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mflake.nix | 2+-
Rmodules/home/aerc/default.nix -> modules/home-manager/aerc/default.nix | 0
Rmodules/home/amfora/default.nix -> modules/home-manager/amfora/default.nix | 0
Rmodules/home/default.nix -> modules/home-manager/default.nix | 0
Rmodules/home/git/default.nix -> modules/home-manager/git/default.nix | 0
Rmodules/home/gpg/default.nix -> modules/home-manager/gpg/default.nix | 0
Rmodules/home/newsraft/default.nix -> modules/home-manager/newsraft/default.nix | 0
Rmodules/home/pass/default.nix -> modules/home-manager/pass/default.nix | 0
Rmodules/home/sway/background.png -> modules/home-manager/sway/background.png | 0
Rmodules/home/sway/bar/default.nix -> modules/home-manager/sway/bar/default.nix | 0
Rmodules/home/sway/colors.nix -> modules/home-manager/sway/colors.nix | 0
Rmodules/home/sway/default.nix -> modules/home-manager/sway/default.nix | 0
Rmodules/home/vis/default.nix -> modules/home-manager/vis/default.nix | 0
Rmodules/home/vis/visrc.lua -> modules/home-manager/vis/visrc.lua | 0
14 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix @@ -88,7 +88,7 @@ overlays.default = final: prev: import ./packages final.pkgs; - homeManagerModules.default = import ./modules/home; + homeManagerModules.default = import ./modules/home-manager; nixosModules.default = import ./modules/nixos; diff --git a/modules/home/aerc/default.nix b/modules/home-manager/aerc/default.nix diff --git a/modules/home/amfora/default.nix b/modules/home-manager/amfora/default.nix diff --git a/modules/home/default.nix b/modules/home-manager/default.nix diff --git a/modules/home/git/default.nix b/modules/home-manager/git/default.nix diff --git a/modules/home/gpg/default.nix b/modules/home-manager/gpg/default.nix diff --git a/modules/home/newsraft/default.nix b/modules/home-manager/newsraft/default.nix diff --git a/modules/home/pass/default.nix b/modules/home-manager/pass/default.nix diff --git a/modules/home/sway/background.png b/modules/home-manager/sway/background.png Binary files differ. diff --git a/modules/home/sway/bar/default.nix b/modules/home-manager/sway/bar/default.nix diff --git a/modules/home/sway/colors.nix b/modules/home-manager/sway/colors.nix diff --git a/modules/home/sway/default.nix b/modules/home-manager/sway/default.nix diff --git a/modules/home/vis/default.nix b/modules/home-manager/vis/default.nix diff --git a/modules/home/vis/visrc.lua b/modules/home-manager/vis/visrc.lua