From 6693c261c746f0545db5885a74e8965804c8bd2b Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 30 Aug 2025 13:40:25 +0200 Subject: flake.lock: Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'my-nixpkgs': 'github:qaristote/my-nixpkgs/e533f93455fefa2314d5f76066736eb58258d943' (2025-08-24) → 'github:qaristote/my-nixpkgs/230bc2319c9e068638ca2191759617b9a331f357' (2025-08-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4e7667a90c167f7a81d906e5a75cba4ad8bee620' (2025-08-26) → 'github:NixOS/nixpkgs/41d292bfc37309790f70f4c120b79280ce40af16' (2025-08-29) --- config/environment.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config') diff --git a/config/environment.nix b/config/environment.nix index 61f55ff..d060782 100644 --- a/config/environment.nix +++ b/config/environment.nix @@ -1,11 +1,7 @@ -{ pkgs, ... }: - +{ ... }: { personal.environment = { enable = true; locale.enable = true; }; - programs.bash.promptInit = '' - PS1="\n\[\033[1;32m\][\[\e]0;\u@$(hostname -f): \w\a\]\u@$(hostname -f):\w]\$\[\033[0m\] " - ''; } -- cgit v1.2.3