nixosMod/frontend: remove not needed comments

main
Felix Stupp 2 months ago
parent 50209aa3c9
commit 92e95fc45b
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -75,13 +75,6 @@ in
]; ];
}) })
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
]; ];
programs = { programs = {
@ -89,10 +82,6 @@ in
bash = { bash = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
# fix for https://github.com/nix-community/home-manager/issues/3091, from https://github.com/NixOS/nix/issues/2033#issuecomment-1366974053
#bashrcExtra = ''
# export NIXPATH="/nix/var/nix/profiles/per-user/$USER/channels:nixos-config=/etc/nixos/configuration.nix"
#'';
}; };
chromium = { chromium = {

Loading…
Cancel
Save