add hosts on laptop, catppuccin autoenable config
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 36s
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 36s
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/06 00:56:57 by tomoron #+# #+# #
|
||||
# Updated: 2026/04/27 12:53:46 by tomoron ### ########.fr #
|
||||
# Updated: 2026/05/31 15:18:34 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -163,4 +163,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.corectrl.enable = true;
|
||||
|
||||
networking.extraHosts = ''
|
||||
127.0.0.1 mc.tmoron.fr
|
||||
127.0.0.1 hello.mc.tmoron.fr
|
||||
127.0.0.1 potato.mc.tmoron.fr
|
||||
'';
|
||||
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2025/09/06 00:56:36 by tomoron #+# #+# #
|
||||
# Updated: 2025/09/06 00:56:37 by tomoron ### ########.fr #
|
||||
# Updated: 2026/05/31 15:39:42 by tomoron ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
@ -21,4 +21,6 @@
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
environment.etc.nixosFlakeName.text = "${flakeName}";
|
||||
|
||||
catppuccin.autoEnable = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user