add docker and discord, change commit of 42 header to use previous version, last one is broken

This commit is contained in:
2024-10-19 19:01:34 +02:00
parent aae08f4007
commit 8d2a5cba80
4 changed files with 8 additions and 5 deletions

View File

@ -29,10 +29,12 @@
users.users.tom = { users.users.tom = {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" "docker"];
initialPassword = "password"; initialPassword = "password";
}; };
virtualisation.docker.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager home-manager
killall killall

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:24 by tomoron #+# #+# # # Created: 2024/10/17 18:15:24 by tomoron #+# #+# #
# Updated: 2024/10/19 15:11:51 by tomoron ### ########.fr # # Updated: 2024/10/19 18:54:48 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -29,7 +29,7 @@
outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs: outputs = { self, nixpkgs, home-manager, nixos-hardware, ... }@inputs:
let let
pkgs = nixpkgs.legacyPackages."x86_64-linux"; pkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; };
username="tom"; username="tom";
homeDir="/home/tom"; homeDir="/home/tom";
in { in {

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2024/10/17 18:15:38 by tomoron #+# #+# # # Created: 2024/10/17 18:15:38 by tomoron #+# #+# #
# Updated: 2024/10/19 14:49:27 by tomoron ### ########.fr # # Updated: 2024/10/19 18:42:49 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -38,6 +38,7 @@
dunst dunst
numlockx numlockx
unison unison
discord
]; ];
home.file = { home.file = {

View File

@ -15,7 +15,7 @@
#install stdheader 42 #install stdheader 42
".config/nvim/plugin/stdheader.vim".source = "${builtins.fetchGit { ".config/nvim/plugin/stdheader.vim".source = "${builtins.fetchGit {
url = "https://github.com/42Paris/42header"; url = "https://github.com/42Paris/42header";
rev = "9f51db5cc483951e257aece66f1f4ce3b14cdab1"; rev = "71e6a4df6d72ae87a080282bf45bb993da6146b2";
ref = "master"; ref = "master";
}}/plugin/stdheader.vim"; }}/plugin/stdheader.vim";
}; };