add desktop entry to flake, disable bspwm follow mouse and add --impure flag to commands in makefile

This commit is contained in:
2024-10-17 19:05:53 +02:00
parent d655ae76ad
commit 59348a96ac
4 changed files with 19 additions and 7 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
# Updated: 2024/10/17 18:45:14 by tomoron ### ########.fr #
# Updated: 2024/10/17 19:03:37 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -102,6 +102,17 @@
./home.nix
./homes/laptop.nix
];
};
desktop = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
username = "${username}";
homeDir = "${homeDir}";
};
modules = [
./home.nix
# ./homes/desktop.nix
];
};
};
};