From b170c846fb708ba027194f0f1a2121105ad7bd46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 14 Apr 2023 22:30:43 +0200 Subject: [PATCH] fix: move home folder into neodymium host folder, let's make it a "local" config, for now (?) --- hosts/neodymium/configuration.nix | 2 +- {home => hosts/neodymium/home}/alacritty/default.nix | 0 {home => hosts/neodymium/home}/default.nix | 0 {home => hosts/neodymium/home}/discord/default.nix | 0 {home => hosts/neodymium/home}/firefox/default.nix | 0 {home => hosts/neodymium/home}/gtk/default.nix | 0 {home => hosts/neodymium/home}/packages.nix | 0 {home => hosts/neodymium/home}/shell/.p10k.zsh | 0 {home => hosts/neodymium/home}/shell/default.nix | 0 {home => hosts/neodymium/home}/vscode/default.nix | 0 {home => hosts/neodymium/home}/wayland/default.nix | 4 ---- 11 files changed, 1 insertion(+), 5 deletions(-) rename {home => hosts/neodymium/home}/alacritty/default.nix (100%) rename {home => hosts/neodymium/home}/default.nix (100%) rename {home => hosts/neodymium/home}/discord/default.nix (100%) rename {home => hosts/neodymium/home}/firefox/default.nix (100%) rename {home => hosts/neodymium/home}/gtk/default.nix (100%) rename {home => hosts/neodymium/home}/packages.nix (100%) rename {home => hosts/neodymium/home}/shell/.p10k.zsh (100%) rename {home => hosts/neodymium/home}/shell/default.nix (100%) rename {home => hosts/neodymium/home}/vscode/default.nix (100%) rename {home => hosts/neodymium/home}/wayland/default.nix (99%) 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 {