add desktop entry to flake, disable bspwm follow mouse and add --impure flag to commands in makefile
This commit is contained in:
13
flake.nix
13
flake.nix
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user