diff --git a/configuration.nix b/configuration.nix index 0b347ed..1f7ed9d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,10 +29,12 @@ users.users.tom = { isNormalUser = true; - extraGroups = [ "wheel" ]; + extraGroups = [ "wheel" "docker"]; initialPassword = "password"; }; + virtualisation.docker.enable = true; + environment.systemPackages = with pkgs; [ home-manager killall diff --git a/flake.nix b/flake.nix index 0353425..bdc2aaf 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ # 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: let - pkgs = nixpkgs.legacyPackages."x86_64-linux"; + pkgs = import nixpkgs { system = "x86_64-linux"; config.allowUnfree = true; }; username="tom"; homeDir="/home/tom"; in { diff --git a/home.nix b/home.nix index 7ec32b4..3197755 100644 --- a/home.nix +++ b/home.nix @@ -6,7 +6,7 @@ # 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 numlockx unison + discord ]; home.file = { diff --git a/modules/vim.nix b/modules/vim.nix index 4d7225f..4102b34 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -15,7 +15,7 @@ #install stdheader 42 ".config/nvim/plugin/stdheader.vim".source = "${builtins.fetchGit { url = "https://github.com/42Paris/42header"; - rev = "9f51db5cc483951e257aece66f1f4ce3b14cdab1"; + rev = "71e6a4df6d72ae87a080282bf45bb993da6146b2"; ref = "master"; }}/plugin/stdheader.vim"; };