fix: move home folder into neodymium host folder, let's make it a "local" config, for now (?)

This commit is contained in:
Laureηt 2023-04-14 22:30:43 +02:00
parent 1800fb2de9
commit b170c846fb
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
11 changed files with 1 additions and 5 deletions

View file

@ -107,7 +107,7 @@
};
programs.zsh.enable = true;
home-manager = { users.laurent = ../../home; };
home-manager = { users.laurent = ./home; };
# enable docker
virtualisation.docker = {

View file

@ -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 {