From 1650bdc29bf8339e4a2c20212209e3e0048d8bdb Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 10 Sep 2023 15:53:24 +0200 Subject: [PATCH] Move home-manager configurations files --- {modules/home => home-manager}/cli/default.nix | 0 {modules/home => home-manager}/cli/git.nix | 0 {modules/home => home-manager}/cli/gnupg.nix | 0 {modules/home => home-manager}/cli/neovim.nix | 0 {modules/home => home-manager}/cli/pass.nix | 0 {modules/home => home-manager}/cli/zsh.nix | 0 .../home => home-manager}/desktop/default.nix | 0 {modules/home => home-manager}/desktop/fonts.nix | 0 {modules/home => home-manager}/desktop/gtk.nix | 0 {modules/home => home-manager}/desktop/qt.nix | 0 .../desktop/sway/default.nix | 0 .../desktop/sway/fuzzel.nix | 0 .../desktop/sway/kanshi.nix | 0 .../home => home-manager}/desktop/sway/mako.nix | 0 .../home => home-manager}/desktop/sway/sway.nix | 0 .../desktop/sway/swayidle.nix | 0 .../desktop/sway/swaylock.nix | 0 .../desktop/sway/waybar.nix | 0 {modules/home => home-manager}/desktop/xdg.nix | 0 .../home => home-manager}/firefox/conf/doh.nix | 0 .../home => home-manager}/firefox/conf/drm.nix | 0 .../firefox/conf/experiments.nix | 0 .../firefox/conf/extensions.nix | 0 .../firefox/conf/preferences.nix | 0 .../firefox/conf/privacy.nix | 0 .../firefox/conf/safebrowsing.nix | 0 .../firefox/conf/suggest.nix | 0 .../firefox/conf/telemetry.nix | 0 .../home => home-manager}/firefox/conf/theme.nix | 0 .../firefox/conf/tracking.nix | 0 .../home => home-manager}/firefox/default.nix | 0 {modules/home => home-manager}/foot.nix | 0 {modules/home => home-manager}/imv.nix | 0 {modules/home => home-manager}/lutris.nix | 0 {modules/home => home-manager}/webcord.nix | 0 {modules/home => home-manager}/zathura.nix | 0 nixos/default.nix | 16 ++++++++-------- 37 files changed, 8 insertions(+), 8 deletions(-) rename {modules/home => home-manager}/cli/default.nix (100%) rename {modules/home => home-manager}/cli/git.nix (100%) rename {modules/home => home-manager}/cli/gnupg.nix (100%) rename {modules/home => home-manager}/cli/neovim.nix (100%) rename {modules/home => home-manager}/cli/pass.nix (100%) rename {modules/home => home-manager}/cli/zsh.nix (100%) rename {modules/home => home-manager}/desktop/default.nix (100%) rename {modules/home => home-manager}/desktop/fonts.nix (100%) rename {modules/home => home-manager}/desktop/gtk.nix (100%) rename {modules/home => home-manager}/desktop/qt.nix (100%) rename {modules/home => home-manager}/desktop/sway/default.nix (100%) rename {modules/home => home-manager}/desktop/sway/fuzzel.nix (100%) rename {modules/home => home-manager}/desktop/sway/kanshi.nix (100%) rename {modules/home => home-manager}/desktop/sway/mako.nix (100%) rename {modules/home => home-manager}/desktop/sway/sway.nix (100%) rename {modules/home => home-manager}/desktop/sway/swayidle.nix (100%) rename {modules/home => home-manager}/desktop/sway/swaylock.nix (100%) rename {modules/home => home-manager}/desktop/sway/waybar.nix (100%) rename {modules/home => home-manager}/desktop/xdg.nix (100%) rename {modules/home => home-manager}/firefox/conf/doh.nix (100%) rename {modules/home => home-manager}/firefox/conf/drm.nix (100%) rename {modules/home => home-manager}/firefox/conf/experiments.nix (100%) rename {modules/home => home-manager}/firefox/conf/extensions.nix (100%) rename {modules/home => home-manager}/firefox/conf/preferences.nix (100%) rename {modules/home => home-manager}/firefox/conf/privacy.nix (100%) rename {modules/home => home-manager}/firefox/conf/safebrowsing.nix (100%) rename {modules/home => home-manager}/firefox/conf/suggest.nix (100%) rename {modules/home => home-manager}/firefox/conf/telemetry.nix (100%) rename {modules/home => home-manager}/firefox/conf/theme.nix (100%) rename {modules/home => home-manager}/firefox/conf/tracking.nix (100%) rename {modules/home => home-manager}/firefox/default.nix (100%) rename {modules/home => home-manager}/foot.nix (100%) rename {modules/home => home-manager}/imv.nix (100%) rename {modules/home => home-manager}/lutris.nix (100%) rename {modules/home => home-manager}/webcord.nix (100%) rename {modules/home => home-manager}/zathura.nix (100%) diff --git a/modules/home/cli/default.nix b/home-manager/cli/default.nix similarity index 100% rename from modules/home/cli/default.nix rename to home-manager/cli/default.nix diff --git a/modules/home/cli/git.nix b/home-manager/cli/git.nix similarity index 100% rename from modules/home/cli/git.nix rename to home-manager/cli/git.nix diff --git a/modules/home/cli/gnupg.nix b/home-manager/cli/gnupg.nix similarity index 100% rename from modules/home/cli/gnupg.nix rename to home-manager/cli/gnupg.nix diff --git a/modules/home/cli/neovim.nix b/home-manager/cli/neovim.nix similarity index 100% rename from modules/home/cli/neovim.nix rename to home-manager/cli/neovim.nix diff --git a/modules/home/cli/pass.nix b/home-manager/cli/pass.nix similarity index 100% rename from modules/home/cli/pass.nix rename to home-manager/cli/pass.nix diff --git a/modules/home/cli/zsh.nix b/home-manager/cli/zsh.nix similarity index 100% rename from modules/home/cli/zsh.nix rename to home-manager/cli/zsh.nix diff --git a/modules/home/desktop/default.nix b/home-manager/desktop/default.nix similarity index 100% rename from modules/home/desktop/default.nix rename to home-manager/desktop/default.nix diff --git a/modules/home/desktop/fonts.nix b/home-manager/desktop/fonts.nix similarity index 100% rename from modules/home/desktop/fonts.nix rename to home-manager/desktop/fonts.nix diff --git a/modules/home/desktop/gtk.nix b/home-manager/desktop/gtk.nix similarity index 100% rename from modules/home/desktop/gtk.nix rename to home-manager/desktop/gtk.nix diff --git a/modules/home/desktop/qt.nix b/home-manager/desktop/qt.nix similarity index 100% rename from modules/home/desktop/qt.nix rename to home-manager/desktop/qt.nix diff --git a/modules/home/desktop/sway/default.nix b/home-manager/desktop/sway/default.nix similarity index 100% rename from modules/home/desktop/sway/default.nix rename to home-manager/desktop/sway/default.nix diff --git a/modules/home/desktop/sway/fuzzel.nix b/home-manager/desktop/sway/fuzzel.nix similarity index 100% rename from modules/home/desktop/sway/fuzzel.nix rename to home-manager/desktop/sway/fuzzel.nix diff --git a/modules/home/desktop/sway/kanshi.nix b/home-manager/desktop/sway/kanshi.nix similarity index 100% rename from modules/home/desktop/sway/kanshi.nix rename to home-manager/desktop/sway/kanshi.nix diff --git a/modules/home/desktop/sway/mako.nix b/home-manager/desktop/sway/mako.nix similarity index 100% rename from modules/home/desktop/sway/mako.nix rename to home-manager/desktop/sway/mako.nix diff --git a/modules/home/desktop/sway/sway.nix b/home-manager/desktop/sway/sway.nix similarity index 100% rename from modules/home/desktop/sway/sway.nix rename to home-manager/desktop/sway/sway.nix diff --git a/modules/home/desktop/sway/swayidle.nix b/home-manager/desktop/sway/swayidle.nix similarity index 100% rename from modules/home/desktop/sway/swayidle.nix rename to home-manager/desktop/sway/swayidle.nix diff --git a/modules/home/desktop/sway/swaylock.nix b/home-manager/desktop/sway/swaylock.nix similarity index 100% rename from modules/home/desktop/sway/swaylock.nix rename to home-manager/desktop/sway/swaylock.nix diff --git a/modules/home/desktop/sway/waybar.nix b/home-manager/desktop/sway/waybar.nix similarity index 100% rename from modules/home/desktop/sway/waybar.nix rename to home-manager/desktop/sway/waybar.nix diff --git a/modules/home/desktop/xdg.nix b/home-manager/desktop/xdg.nix similarity index 100% rename from modules/home/desktop/xdg.nix rename to home-manager/desktop/xdg.nix diff --git a/modules/home/firefox/conf/doh.nix b/home-manager/firefox/conf/doh.nix similarity index 100% rename from modules/home/firefox/conf/doh.nix rename to home-manager/firefox/conf/doh.nix diff --git a/modules/home/firefox/conf/drm.nix b/home-manager/firefox/conf/drm.nix similarity index 100% rename from modules/home/firefox/conf/drm.nix rename to home-manager/firefox/conf/drm.nix diff --git a/modules/home/firefox/conf/experiments.nix b/home-manager/firefox/conf/experiments.nix similarity index 100% rename from modules/home/firefox/conf/experiments.nix rename to home-manager/firefox/conf/experiments.nix diff --git a/modules/home/firefox/conf/extensions.nix b/home-manager/firefox/conf/extensions.nix similarity index 100% rename from modules/home/firefox/conf/extensions.nix rename to home-manager/firefox/conf/extensions.nix diff --git a/modules/home/firefox/conf/preferences.nix b/home-manager/firefox/conf/preferences.nix similarity index 100% rename from modules/home/firefox/conf/preferences.nix rename to home-manager/firefox/conf/preferences.nix diff --git a/modules/home/firefox/conf/privacy.nix b/home-manager/firefox/conf/privacy.nix similarity index 100% rename from modules/home/firefox/conf/privacy.nix rename to home-manager/firefox/conf/privacy.nix diff --git a/modules/home/firefox/conf/safebrowsing.nix b/home-manager/firefox/conf/safebrowsing.nix similarity index 100% rename from modules/home/firefox/conf/safebrowsing.nix rename to home-manager/firefox/conf/safebrowsing.nix diff --git a/modules/home/firefox/conf/suggest.nix b/home-manager/firefox/conf/suggest.nix similarity index 100% rename from modules/home/firefox/conf/suggest.nix rename to home-manager/firefox/conf/suggest.nix diff --git a/modules/home/firefox/conf/telemetry.nix b/home-manager/firefox/conf/telemetry.nix similarity index 100% rename from modules/home/firefox/conf/telemetry.nix rename to home-manager/firefox/conf/telemetry.nix diff --git a/modules/home/firefox/conf/theme.nix b/home-manager/firefox/conf/theme.nix similarity index 100% rename from modules/home/firefox/conf/theme.nix rename to home-manager/firefox/conf/theme.nix diff --git a/modules/home/firefox/conf/tracking.nix b/home-manager/firefox/conf/tracking.nix similarity index 100% rename from modules/home/firefox/conf/tracking.nix rename to home-manager/firefox/conf/tracking.nix diff --git a/modules/home/firefox/default.nix b/home-manager/firefox/default.nix similarity index 100% rename from modules/home/firefox/default.nix rename to home-manager/firefox/default.nix diff --git a/modules/home/foot.nix b/home-manager/foot.nix similarity index 100% rename from modules/home/foot.nix rename to home-manager/foot.nix diff --git a/modules/home/imv.nix b/home-manager/imv.nix similarity index 100% rename from modules/home/imv.nix rename to home-manager/imv.nix diff --git a/modules/home/lutris.nix b/home-manager/lutris.nix similarity index 100% rename from modules/home/lutris.nix rename to home-manager/lutris.nix diff --git a/modules/home/webcord.nix b/home-manager/webcord.nix similarity index 100% rename from modules/home/webcord.nix rename to home-manager/webcord.nix diff --git a/modules/home/zathura.nix b/home-manager/zathura.nix similarity index 100% rename from modules/home/zathura.nix rename to home-manager/zathura.nix diff --git a/nixos/default.nix b/nixos/default.nix index ae12c56..f12c6d1 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -65,20 +65,20 @@ home.stateVersion = stateVersion; programs.home-manager.enable = true; imports = [ - ../modules/home/cli + ../home-manager/cli ] ++ (if hostConfig.desktop then [ - ../modules/home/desktop - ../modules/home/webcord.nix - ../modules/home/firefox - ../modules/home/foot.nix - ../modules/home/zathura.nix - ../modules/home/imv.nix + ../home-manager/desktop + ../home-manager/webcord.nix + ../home-manager/firefox + ../home-manager/foot.nix + ../home-manager/zathura.nix + ../home-manager/imv.nix ] else [] ) ++ ( if hostConfig.gaming then - [ ../modules/home/lutris.nix ] + [ ../home-manager/lutris.nix ] else [] ); };