diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index f00829a..83e3e90 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -107,7 +107,7 @@ }; programs.zsh.enable = true; - home-manager = { users.laurent = ../../home; }; + home-manager = { users.laurent = ./home; }; # enable docker virtualisation.docker = { diff --git a/home/alacritty/default.nix b/hosts/neodymium/home/alacritty/default.nix similarity index 100% rename from home/alacritty/default.nix rename to hosts/neodymium/home/alacritty/default.nix diff --git a/home/default.nix b/hosts/neodymium/home/default.nix similarity index 100% rename from home/default.nix rename to hosts/neodymium/home/default.nix diff --git a/home/discord/default.nix b/hosts/neodymium/home/discord/default.nix similarity index 100% rename from home/discord/default.nix rename to hosts/neodymium/home/discord/default.nix diff --git a/home/firefox/default.nix b/hosts/neodymium/home/firefox/default.nix similarity index 100% rename from home/firefox/default.nix rename to hosts/neodymium/home/firefox/default.nix diff --git a/home/gtk/default.nix b/hosts/neodymium/home/gtk/default.nix similarity index 100% rename from home/gtk/default.nix rename to hosts/neodymium/home/gtk/default.nix diff --git a/home/packages.nix b/hosts/neodymium/home/packages.nix similarity index 100% rename from home/packages.nix rename to hosts/neodymium/home/packages.nix diff --git a/home/shell/.p10k.zsh b/hosts/neodymium/home/shell/.p10k.zsh similarity index 100% rename from home/shell/.p10k.zsh rename to hosts/neodymium/home/shell/.p10k.zsh diff --git a/home/shell/default.nix b/hosts/neodymium/home/shell/default.nix similarity index 100% rename from home/shell/default.nix rename to hosts/neodymium/home/shell/default.nix diff --git a/home/vscode/default.nix b/hosts/neodymium/home/vscode/default.nix similarity index 100% rename from home/vscode/default.nix rename to hosts/neodymium/home/vscode/default.nix diff --git a/home/wayland/default.nix b/hosts/neodymium/home/wayland/default.nix similarity index 99% rename from home/wayland/default.nix rename to hosts/neodymium/home/wayland/default.nix index 8c43557..aeb6fb8 100644 --- a/home/wayland/default.nix +++ b/hosts/neodymium/home/wayland/default.nix @@ -1,21 +1,17 @@ { pkgs, ... }: let - catppuccin-mako = pkgs.fetchFromGitHub { owner = "catppuccin"; repo = "mako"; rev = "64ef71633528b50e5475755e50071584b54fa291"; sha256 = "007zr906q7s31xgn9xw3jl8zdg5wapixva01qniclna1y0yxlqr7"; }; - in { - services.mako = { enable = true; defaultTimeout = 10000; extraConfig = builtins.readFile "${catppuccin-mako}/src/mocha"; }; - wayland.windowManager.sway = { enable = true; config = rec {